summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg3-3/+3
2012-07-12nl80211: move scan API to wdevJohannes Berg7-10/+13
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg6-40/+42
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg3-16/+21
2012-07-06mac80211_hwsim: add testmode code to stop/wake queuesJohannes Berg1-0/+8
2012-07-03mac80211_hwsim: fix NUM_BANDS usageJohannes Berg1-2/+2
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn2-6/+6
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev1-1/+1
2012-06-28Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg188-7342/+9347
2012-06-27ath9k: Fix compilation breakageSujith Manoharan1-0/+2
2012-06-27brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel1-1/+1
2012-06-27brcmfmac: add BCM4334 supportFranky Lin4-0/+22
2012-06-27brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel1-31/+17
2012-06-27brcmfmac: use firmware data buffer directly for nvramFranky Lin1-67/+30
2012-06-27brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin2-13/+15
2012-06-27brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin2-6/+15
2012-06-27brcmfmac: add support for bus specific data commandFranky Lin3-0/+26
2012-06-27bcma: define some additional cores IDsRafał Miłecki1-0/+6
2012-06-27cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg2-0/+4
2012-06-26Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho22-475/+1257
2012-06-26ath9k_htc: Fix IDLE power saveSujith Manoharan3-124/+20
2012-06-26ath9k_htc: Use atomic operations for op_flagsSujith Manoharan6-37/+37
2012-06-26ath9k_htc: Change default listen interval to 1Sujith Manoharan1-1/+1
2012-06-26ath9k: Fix lockdep splatSujith Manoharan1-3/+3
2012-06-26ath9k: raise aggregation limit to 64k for HT IBSSSven Eckelmann3-2/+17
2012-06-26rtlwifi: rtl8192se: Fix double inclusion of header pci.hLarry Finger1-1/+0
2012-06-26rtlwifi: Fix IRQ disabled warningLarry Finger1-8/+9
2012-06-26Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-6/+4
2012-06-26wlcore: print stack trace in every recoveryEyal Shapira2-1/+2
2012-06-26wlcore: queue recovery in case of bus errors during cmd_remove_peerEyal Shapira1-10/+19
2012-06-26wlcore: fix broken TX due to wrong queuing of recoveryEyal Shapira1-11/+24
2012-06-26wlcore: fix some failure cases in wlcore_probe()Luciano Coelho1-3/+6
2012-06-26wl18xx: deprecate PG1 supportLuciano Coelho2-57/+22
2012-06-25mac80211_hwsim: fix smatch/sparse complaintsJohannes Berg1-6/+4
2012-06-23wlcore: prevent recovery in the middle of resumeArik Nemtsov1-3/+8
2012-06-23wlcore: refactor threaded IRQ routineArik Nemtsov1-31/+31
2012-06-23wlcore: check Rx-filter functions in the suspend pathArik Nemtsov3-10/+30
2012-06-23wlcore: force recovery on resume if suspended without recoveringArik Nemtsov1-2/+18
2012-06-23wlcore: don't allow SDIO read/writes after failureArik Nemtsov2-2/+21
2012-06-22wlcore: cancel suspend when recovery is pendingArik Nemtsov1-0/+6
2012-06-22wlcore: access the firmware memory via debugfsArkady Miasnikov1-0/+192
2012-06-22rtlwifi: Change debug level for deletion of an entry in CAMLarry Finger1-2/+3
2012-06-22ath9k_hw: fix smatch warning in ar9003_hw_spur_mitigate_mrc_cckRajkumar Manoharan1-3/+1
2012-06-22ath9k_hw: rename mrcCCKOff to fix smatch warningRajkumar Manoharan4-16/+10
2012-06-22brcmsmac: fix NULL pointer crash in brcms_c_regd_init()Arend van Spriel1-0/+5
2012-06-22brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel1-0/+1
2012-06-22mwifiex: enhance power save for USB and PCIe chipsetsAmitkumar Karwar1-1/+5
2012-06-22mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar2-1/+3
2012-06-22mwifiex: parse WPA IE and support WPA/WPA2 mixed mode for uAPAvinash Patil2-23/+49
2012-06-22Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville17-109/+332