summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-0618-189/+234
|\
| * ath9k: use correct OTP register offsets for AR9550Gabor Juhos2013-05-281-3/+6
| * brcmfmac: Disable powersave mode for P2P link.Hante Meuleman2013-05-281-0/+5
| * brcmfmac: Add multi channel support for P2P.Hante Meuleman2013-05-281-1/+25
| * brcmfmac: use struct net_device::destructor to remove interfacesArend van Spriel2013-05-283-5/+25
| * brcmfmac: free net device when registration failsArend van Spriel2013-05-282-4/+9
| * brcmfmac: add additional parameter to brcmf_free_vif()Arend van Spriel2013-05-283-25/+20Star
| * brcmfmac: Fix p2p setup when connected to ap on 5G.Hante Meuleman2013-05-281-7/+21
| * brcmfmac: Turn off ARP offloading when configured for AP.Hante Meuleman2013-05-283-19/+45
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-05-281-1/+1
| |\
| | * iwlwifi: dvm: fix zero LQ CMD sending avoidanceEmmanuel Grumbach2013-05-271-1/+1
| * | ath9k_hw: improve performance for AR934x v1.3+Felix Fietkau2013-05-243-6/+20
| * | ath9k_hw: fix host interface reset on AR934xFelix Fietkau2013-05-242-3/+9
| * | ath9k_hw: fix spur mitigation issues on AR934xFelix Fietkau2013-05-241-1/+2
| * | atmel: printing bogus informationDan Carpenter2013-05-221-1/+1
| * | ath9k: prevent aggregation session deadlocksFelix Fietkau2013-05-224-114/+46Star
* | | net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-037-14/+14
* | | net: wireless: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-282-4/+0Star
|/ /
* | ath9k: fix draining aggregation tid buffersFelix Fietkau2013-05-171-3/+1Star
* | ath9k: fix rate handling/reportingFelix Fietkau2013-05-171-2/+7
* | ath9k: fix aggregation stop/flush handlingFelix Fietkau2013-05-173-25/+48
* | ath9k_hw: Enable manual peak calibration for AR9485Sujith Manoharan2013-05-172-2/+2
* | rtlwifi: rtl8192cu: Add new USB IDAlbert Pool2013-05-171-0/+1
* | brcmfmac: announce P2P_DEVICE support in wiphy structureArend van Spriel2013-05-171-1/+6
* | rtlwifi: rtl8188ee: Fix warning when building on big-endian systemsLarry Finger2013-05-171-2/+2
* | ath9k: Fix crash on module unloadSujith Manoharan2013-05-173-6/+17
* | net/wireless: ATH9K should depend on HAS_DMAGeert Uytterhoeven2013-05-171-1/+1
* | iwlegacy: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-05-171-1/+1
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-05-179-22/+105
|\|
| * iwlwifi: mvm: fix aggregation drain flowEmmanuel Grumbach2013-05-165-18/+48
| * iwlwifi: mvm: Prevent setting assoc flag in MAC_CONTEXT_CMDAlexander Bondar2013-05-161-4/+8
| * iwlwifi: mvm: tell firmware to let multicast frames inEmmanuel Grumbach2013-05-163-0/+43
| * iwlwifi: mvm: Always use SCAN_TYPE_FORCEDIlan Peer2013-05-161-0/+6
* | mac80211_hwsim: correctly register the platform driverSasha Levin2013-05-161-9/+9
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-1011-117/+131
|\
| * mwifiex: fix setting of multicast filterDaniel Drake2013-05-081-15/+6Star
| * mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar2013-05-082-3/+1Star
| * mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao2013-05-081-0/+1
| * ath9k: Update initvals for AR9565Sujith Manoharan2013-05-081-68/+70
| * ath9k: Fix beacon reconfigurationSujith Manoharan2013-05-081-2/+2
| * iwl4965: workaround connection regression on passive channelStanislaw Gruszka2013-05-081-2/+1Star
| * B43: Handle DMA RX descriptor underrunThommy Jakobsson2013-05-083-26/+40
| * ath5k: do not reschedule tx_complete_work on stopStanislaw Gruszka2013-05-031-0/+5
| * ath9k: fix key allocation error handling for powersave keysFelix Fietkau2013-05-031-1/+5
* | drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-082-3/+3
* | wireless: single_open() leaksAl Viro2013-05-054-7/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-029-586/+698
|\ \
| * | hostap: proc: Use remove_proc_subtree()David Howells2013-05-011-19/+1Star
| * | airo: Use remove_proc_subtree()David Howells2013-05-011-36/+13Star
| * | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-23/+11Star