summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2016-06-07rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx...wang yanqing1-1/+1
2016-06-07rtlwifi: Fix logic error in enter/exit power-save modewang yanqing1-2/+2
2016-06-07rtlwifi: btcoexist: Implement antenna selectionLarry Finger4-5/+38
2016-06-07rtlwifi: rtl8723be: Add antenna select module parameterLarry Finger3-0/+11
2016-06-07ath5k: Change led pin configuration for compaq c700 laptopJoseph Salisbury1-1/+1
2016-06-07ath10k: fix kernel panic, move arvifs list head init before htt initAnilkumar Kolli1-4/+4
2016-06-07ath10k: fix rx_channel during hw reconfigureRajkumar Manoharan1-1/+7
2016-06-07ath10k: fix firmware assert in monitor modeRajkumar Manoharan1-1/+4
2016-06-07ath10k: fix debugfs pktlog_filter writeAnilkumar Kolli1-1/+6
2016-06-07ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-0/+10
2016-06-07ath9k: Add a module parameter to invert LED polarity.Vittorio Gambaletta (VittGam)1-0/+7
2016-05-06Merge tag 'iwlwifi-for-kalle-2016-05-04' of https://git.kernel.org/pub/scm/li...Kalle Valo1-35/+48
2016-05-04iwlwifi: mvm: don't override the rate with the AMSDU lenEmmanuel Grumbach1-35/+48
2016-04-21Merge tag 'iwlwifi-for-kalle-2016-04-12_2' of https://git.kernel.org/pub/scm/...Kalle Valo5-19/+27
2016-04-15ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p initialisationOleksij Rempel2-10/+3
2016-04-12iwlwifi: mvm: fix accessing Null pointer during fw dump collectionMatti Gottlieb2-2/+6
2016-04-12iwlwifi: 8000: fix MODULE_FIRMWARE inputSara Sharon2-14/+1
2016-04-12iwlwifi: mvm: avoid to WARN about gscan capabilitiesAyala Beker1-3/+10
2016-04-12iwlwifi: add device IDs for the 8265 deviceOren Givon1-0/+10
2016-04-02Merge tag 'iwlwifi-for-kalle-2016-03-30' of https://git.kernel.org/pub/scm/li...Kalle Valo3-4/+4
2016-03-23rtlwifi: fix gcc-6 indentation warningArnd Bergmann1-3/+3
2016-03-23b43: Fix memory leaks in b43_bus_dev_ssb_init and b43_bus_dev_bcma_initJia-Ju Bai1-2/+4
2016-03-20iwlwifi: mvm: fix memory leak in pagingMatti Gottlieb2-2/+2
2016-03-20iwlwifi: pcie: lower the debug level for RSA semaphore accessEmmanuel Grumbach1-2/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds220-2944/+13344
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+4
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-03-17lib: update single-char callers of strtobool()Kees Cook1-6/+4
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-16/+21
2016-03-14ath9k: fix misleading indentationArnd Bergmann1-2/+2
2016-03-14ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3
2016-03-10rtl8xxxu: Temporarily disable 8192eu device initJes Sorensen1-0/+4
2016-03-10rtl8xxxu: Use correct 8051 reset function for 8723b partsJes Sorensen2-2/+39
2016-03-10rtl8xxxu: Print a warning if flushing the FIFO failsJes Sorensen1-1/+4
2016-03-10rtl8xxxu: Flush FIFO before powering down devicesJes Sorensen2-0/+36
2016-03-10rtl8xxxu: Implement device specific power_off functionJes Sorensen3-2/+99
2016-03-10rtl8xxxu: Implement 8723bu specific disable_rf() functionJes Sorensen2-1/+17
2016-03-10rtl8xxxu: Use define for REG_PWR_DATA bitsJes Sorensen2-2/+2
2016-03-10rtl8xxxu: convert rtl8723bu_init_bt() into rtl8723b_enable_rf()Jes Sorensen2-11/+1
2016-03-10rtl8xxxu: Remove unncessary semicolonJes Sorensen1-1/+1
2016-03-10rtl8xxxu: Pass RX rate to rx_parse_phystats and enable phystats for rtl8723buJes Sorensen1-4/+9
2016-03-10rtl8xxxu: Process C2H RA_REPORT events for 8723buJes Sorensen2-0/+17
2016-03-10rtl8xxxu: Dump contents of unhandled C2H eventsJes Sorensen1-1/+4
2016-03-10rtl8xxxu: Report media status using the correct H2C command for 8723buJes Sorensen2-7/+47
2016-03-10rtl8xxxu: Implement basic 8723b specific update_rate_mask() functionJes Sorensen2-4/+50
2016-03-10rtl8xxxu: Define 8723b H2C ramask command structureJes Sorensen1-1/+10
2016-03-10rtl8xxxu: Do not parse RX descriptor info for C2H packetsJes Sorensen1-10/+7
2016-03-10rtl8xxxu: Improve handling of txdesc32 vs txdesc40 handlingJes Sorensen2-38/+92
2016-03-10rtl8xxxu: TX RTS rate is word 4 for 8723aJes Sorensen2-3/+4
2016-03-10rtl8723au: Update TX descriptor words 4 and 5 definitionsJes Sorensen2-15/+28