summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: provide VHT capability information to user-spaceArend van Spriel2014-05-131-14/+59
* brcm80211: extend channel conversion functions for 80MHz supportArend van Spriel2014-05-133-24/+84
* brcmfmac: remove usage of cfg80211_get_chandef_type()Arend van Spriel2014-05-131-4/+3Star
* brcmfmac: Fix reconnect failure after beacon timeoutDaniel Kim2014-05-131-11/+0Star
* brcmfmac: enhance nvram processingArend van Spriel2014-05-131-44/+176
* brcmfmac: Make FWS queueing configurable.Hante Meuleman2014-05-133-0/+17
* brcmfmac: Move handling 802.1x frames to dhd_linux.Hante Meuleman2014-05-132-11/+9Star
* brcmfmac: Move out hdrpull from tx_finalize.Hante Meuleman2014-05-133-42/+37Star
* brcmfmac: Report the support of firmware roamingDaniel Kim2014-05-131-0/+2
* brcmfmac: Give priority to 5GHz band in selecting target BSSDaniel Kim2014-05-132-0/+42
* ath9k_htc: use ath9k_cmn_debug_phy_errOleksij Rempel2014-05-131-38/+6Star
* ath9k: move phy_err to ath9k_cmn_debug_phy_errOleksij Rempel2014-05-133-63/+72
* ath9k_htc: use ath9k_cmn_debug_recvOleksij Rempel2014-05-131-1/+4
* ath9k: move recv to ath9k_cmn_debug_recvOleksij Rempel2014-05-133-57/+68
* ath9k & ath9k_htc: move ath_rx_stats to cmnOleksij Rempel2014-05-137-148/+111Star
* ath9k: reorder or remove some includesOleksij Rempel2014-05-132-2/+1Star
* ath9k_htc: use ath9k_cmn_debug_base_eepromOleksij Rempel2014-05-131-137/+1Star
* ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eepromOleksij Rempel2014-05-133-30/+38
* ath9k_htc: use ath9k_cmn_debug_modal_eepromOleksij Rempel2014-05-131-284/+2Star
* ath9k-common: create common-debug and move modal_eeprom to cmnOleksij Rempel2014-05-135-31/+77
* b43: drop SSB dependencyRafał Miłecki2014-05-131-8/+28
* b43: adjust code to compile without SSBRafał Miłecki2014-05-133-2/+29
* orinoco_usb: Fix broken firmware load error checkingOndrej Zary2014-05-131-1/+1
* ath9k: non-functional: calculate DFS pulse interval per-wiphyZefir Kurtisi2014-05-132-3/+4
* amend "ath9k: Allow platform override without EEPROM override"Helmut Schaa2014-05-131-1/+1
* rtlwifi: rtl8723be: add msi module parameterAdam Lee2014-05-131-1/+4
* rtlwifi: rtl8188ee: add msi module parameterAdam Lee2014-05-131-0/+4
* rtlwifi: make MSI support a module parameterAdam Lee2014-05-131-0/+4
* wl1251: only call ieee80211_beacon_loss in managed modeGrazvydas Ignotas2014-05-131-2/+3
* wl1251: fix mixed up args for joinGrazvydas Ignotas2014-05-131-2/+2
* wl1251: fix null data for IBSSGrazvydas Ignotas2014-05-131-14/+37
* Revert "wl1251: enforce changed hw encryption support on monitor state change"Grazvydas Ignotas2014-05-131-13/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-1333-72/+132
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-05-134-13/+13
| |\
| | * iwlwifi: mvm: prevent sched scan while not idleDavid Spinadel2014-05-133-10/+10
| | * iwlwifi: mvm: fix off-by-one in scan channels configurationEliad Peller2014-05-131-1/+1
| | * iwlwifi: mvm: fix setting channel in monitor modeEmmanuel Grumbach2014-05-111-2/+2
| * | brcmfmac: Fix iovar 'bw_cap' set command failureDaniel Kim2014-05-121-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-05-122-5/+8
| |\ \
| | * | mac80211: fix vif name tracingEliad Peller2014-05-091-2/+2
| | * | mac80211: allow VHT with peers not capable of 40MHzJohannes Berg2014-05-091-3/+6
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville2014-05-088-53/+53
| |\ \ \ | | | |/ | | |/|
| | * | iwlwifi: pcie: disable interrupts upon PCIe allocEmmanuel Grumbach2014-05-071-4/+6
| | * | iwlwifi: mvm: do no sched scan while associatedDavid Spinadel2014-05-063-0/+27
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-05-067-9/+30
| |\ \ \ | | | |/ | | |/|
| | * | mac80211: fix nested rtnl locking on ieee80211_reconfigEliad Peller2014-05-051-1/+1
| | * | cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller2014-05-052-2/+22
| | * | cfg80211: free sme on connection failuresEliad Peller2014-05-051-1/+1
| | * | mac80211: Fix mac80211 station info rx bitrate for IBSS modeHenning Rogge2014-05-051-1/+2
| | * | mac80211: fixup radiotap tx flags for RTS/CTSBob Copeland2014-04-221-3/+2Star