summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2013-11-07ath9k: enable DFS for IBSS modeSimon Wunderlich1-1/+2
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville42-518/+3542
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-28/+34
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+11
2013-10-18ath9k: add TX99 supportLuis R. Rodriguez12-17/+522
2013-10-18ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate()Luis R. Rodriguez1-0/+3
2013-10-18ath: add support for proper dynamic regulatory hintsLuis R. Rodriguez2-0/+101
2013-10-18ath: split user and driver reguluatory hint parsingLuis R. Rodriguez1-0/+1
2013-10-18ath: move common dynamic regulatory domain setting to a helperLuis R. Rodriguez1-18/+37
2013-10-18ath9k/ath: move dfs pattern detector to athJanusz Dziedzic8-8/+8
2013-10-18ath9k: dfs use CFG80211_CERTIFICATION_ONUS flagJanusz Dziedzic2-10/+3
2013-10-18ath9k: dfs move ath_dfs_pool_statsJanusz Dziedzic6-21/+35
2013-10-18ath9k: dfs kill ath9k specyfic codeJanusz Dziedzic3-12/+13
2013-10-18ath9k: add HT40 spectral scan capabilityLorenzo Bianconi2-38/+137
2013-10-18ath9k: add noise floor parameter to ath9k_hw_getchan_noiseLorenzo Bianconi4-8/+10
2013-10-18Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville15-388/+2674
2013-10-18ath5k: fix regression in tx status processingFelix Fietkau1-3/+3
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville36-501/+10381
2013-10-16ath10k: add might_sleep() to ath10k_wmi_cmd_send()Kalle Valo1-0/+2
2013-10-16ath10k: fix ath10k_bss_assoc() to not sleep in atomic contextKalle Valo1-19/+37
2013-10-16ath10k: remove unnecessary checksMichal Kazior1-21/+0
2013-10-16ath10k: fix scheduling while atomic config bugMichal Kazior1-84/+62
2013-10-16ath10k: track vif list internallyMichal Kazior3-0/+7
2013-10-16ath10k: fix add_interface failure handlingMichal Kazior1-13/+40
2013-10-16ath10k: use workqueue to set WEP TX keyMichal Kazior2-18/+39
2013-10-16ath10k: return better errno for unsupported pdev paramsBartosz Markowski1-1/+1
2013-10-16ath10k: rename WMI_CMD_UNDEFINEDBartosz Markowski2-24/+24
2013-10-16ath10k: do not warn about unsupported vdev paramBartosz Markowski2-2/+3
2013-10-14ath9k_hw: remove references to hw->confFelix Fietkau5-20/+15
2013-10-14ath9k: make ath9k_uses_beacons staticFelix Fietkau2-2/+1
2013-10-14ath9k: remove sc->config.cabqReadyTimeFelix Fietkau4-12/+1
2013-10-14ath9k: move channel change code to ath_set_channelFelix Fietkau1-72/+78
2013-10-14ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau5-21/+17
2013-10-14ath9k_hw: simplify channel flagsFelix Fietkau4-130/+50
2013-10-14ath9k_hw: remove IS_CHAN_OFDM()Felix Fietkau2-7/+2
2013-10-14ath9k_hw: remove IS_CHAN_B()Felix Fietkau6-22/+13
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau9-169/+49
2013-10-14ath9k: use a separate data structure for rx buffersFelix Fietkau3-50/+92
2013-10-14wcn36xx: fix coccinelle warningsFengguang Wu1-9/+2
2013-10-10wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov17-0/+10074
2013-10-09ath10k: remove unneded semicolon from ath10k_core_fetch_firmware_api_n()Fengguang Wu1-1/+1
2013-10-09ath10k: fix ath10k_debug_start() lockingKalle Valo3-1/+31
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2013-10-08ath10k: Fix bug in max. VHT A-MPDU sizeSujith Manoharan1-1/+14
2013-10-08ath10k: fix RX performance when using AP 10.X FWMichal Kazior1-1/+1
2013-10-08ath10k: fix possible memory leak in new FW loadingMichal Kazior1-3/+6
2013-10-08ath10k: fix printf format stringMichal Kazior1-2/+2
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller62-2065/+2769
2013-10-07ath9k: fix tx queue scheduling after channel changesFelix Fietkau1-12/+11