summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-12-17ath9k: Fix interrupt handling for the AR9002 familySujith Manoharan1-9/+43
2013-12-17ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef2-10/+20
2013-12-09ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau1-0/+4
2013-12-02net: wireless: wcn36xx: fix potential NULL pointer dereferenceMichal Nazarewicz1-6/+13
2013-12-02net: wireless: ath9k: avoid possible NULL pointer dereferenceMichal Nazarewicz1-4/+3
2013-12-02ath9k: Fix XLNA bias strengthSujith Manoharan1-1/+1
2013-12-02ath9k: Fix QuickDrop usageSujith Manoharan1-9/+11
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-4/+66
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-57/+147
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-11-15ath9k: Fix issue with MCS15Sujith Manoharan2-0/+61
2013-11-15ath9k: Update AR9462 2.1 initvalsSujith Manoharan1-3/+3
2013-11-15ath: fix dynamic user regulatory settingsLuis R. Rodriguez1-1/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang4-13/+13
2013-11-11wcn36xx: missing unlocks on error pathsDan Carpenter1-2/+4
2013-11-11wcn36xx: Add missing unlock before returnWei Yongjun1-1/+2
2013-11-11ath9k: Use correct PCIE initvals for AR9485Sujith Manoharan6-48/+128
2013-11-11wcn36xx: harmless memory corruption bug in debugfsDan Carpenter1-1/+1
2013-11-11ath9k: dfs_debug fix possible NULL dereferenceJanusz Dziedzic1-3/+10
2013-11-11ath9k: DFS radar use correct width enumJanusz Dziedzic1-2/+2
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