summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2013-12-09ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau1-0/+4
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-15ath9k: Fix issue with MCS15Sujith Manoharan2-0/+61
2013-11-15ath9k: Update AR9462 2.1 initvalsSujith Manoharan1-3/+3
2013-11-11ath9k: Use correct PCIE initvals for AR9485Sujith Manoharan6-48/+128
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-08ath9k: 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. Linville23-1005/+682
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-25/+31
2013-10-24Merge 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-18ath9k/ath: move dfs pattern detector to athJanusz Dziedzic7-943/+3
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-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-501/+314
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller36-686/+1228
2013-10-07ath9k: fix tx queue scheduling after channel changesFelix Fietkau1-12/+11
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+14
2013-10-01ath9k: fix powersave response handling for BA session packetsFelix Fietkau1-3/+6
2013-09-26ath9k: Remove incorrect diversity initializationSujith Manoharan2-6/+0
2013-09-26ath9k: Handle FATAL interrupts correctlySujith Manoharan1-2/+8
2013-09-26ath9k: Fix NF calibration for single stream cardsSujith Manoharan1-1/+1
2013-09-26ath9k: mark wmi_event_swba as __packedChris Metcalf1-1/+1
2013-09-26ath9k: Fix PeakDetect calibration for AR9462Sujith Manoharan3-12/+99
2013-09-26ath9k: Use bitops for calibration flagsSujith Manoharan9-42/+52
2013-09-26ath9k: Handle abnormal NAV in AP modeSujith Manoharan3-0/+16
2013-09-26ath9k: Fix issue with parsing malformed CFP IESujith Manoharan2-2/+6
2013-09-26ath9k: Fix calibration for AR9462Sujith Manoharan1-0/+15
2013-09-26wireless: ath9k: use dev_get_platdata()Jingoo Han1-2/+2
2013-09-26net: ath9k: Use NULL instead of falseSachin Kamat1-1/+1
2013-09-26ath9k: replace snprintf() with scnprintf()Zefir Kurtisi13-531/+534