summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-41/+51
2014-03-04ath9k_hw: tweak noise immunity thresholds for older chipsetsFelix Fietkau2-4/+23
2014-03-04ath9k_hw: toggle weak signal detection in AP mode on older chipsetsFelix Fietkau1-8/+10
2014-03-04ath9k: fix invalid max frame lengthSylvain Roger Rieunier1-1/+1
2014-02-28ath9k_htc: add function ath9k_regwrite_multiOleksij Rempel1-30/+23
2014-02-28ath9k_htc: remove unused variable sleepdurationOleksij Rempel1-15/+7
2014-02-28ath9k: remove unused listen_interval and sleepduration.Oleksij Rempel2-15/+7
2014-02-28ath9k_htc: use ath9k_cmn_reload_chainmaskOleksij Rempel1-8/+1
2014-02-28ath9k: move ath9k_reload_chainmask_settings to commonOleksij Rempel4-16/+19
2014-02-28ath9k-common: set maxstream=1 for ar9271Oleksij Rempel1-1/+1
2014-02-28ath9k_htc: use ath9k_cmn_setup_ht_capOleksij Rempel1-47/+3
2014-02-28ath9k: move setup_ht_cap to common-initOleksij Rempel3-60/+62
2014-02-28ath9k_htc: use ath9k_cmn_init_channels_ratesOleksij Rempel2-118/+6
2014-02-28ath9k: move ath9k_init_channels_rates to common-initOleksij Rempel8-163/+207
2014-02-25ath9k: fix invalid descriptor discardingFelix Fietkau1-35/+35
2014-02-25ath9k: reduce baseband hang detection false positive rateFelix Fietkau1-1/+7
2014-02-25ath9k: make some hardware reset log messages debug-onlyFelix Fietkau1-3/+3
2014-02-25ath9k: do not set half/quarter channel flags in AR_PHY_MODEFelix Fietkau1-4/+0
2014-02-25ath9k: Use static constJoe Perches1-8/+12
2014-02-25ath9k: list more reset causes in debugfsFelix Fietkau1-0/+6
2014-02-25ath9k: Enable U-APSD AP mode supportJouni Malinen1-0/+1
2014-02-24ath9k: fix ps-poll responses under a-mpdu sessionsFelix Fietkau1-2/+3
2014-02-21ath9k: Fix ETSI compliance for AR9462 2.0Sujith Manoharan1-2/+2
2014-02-21ath9k: protect tid->sched checkStanislaw Gruszka1-3/+5
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-28/+62
2014-02-13ath9k: Calculate IQ-CAL medianSujith Manoharan1-12/+79
2014-02-13ath9k: Expand the IQ coefficient arraySujith Manoharan1-20/+21
2014-02-13ath9k: Modify IQ calibration for AR955xSujith Manoharan1-22/+59
2014-02-13ath9k: Fix magnitude/phase calculationSujith Manoharan1-3/+7
2014-02-13ath9k: Rename ar9003_hw_tx_iqcal_load_avg_2_passesSujith Manoharan1-4/+4
2014-02-13ath9k: Check explicitly for IQ calibrationSujith Manoharan1-1/+6
2014-02-13ath9k: Fix IQ cal post processing for SoCSujith Manoharan1-2/+2
2014-02-13ath9k_htc: Add device ID for Buffalo WLI-UV-AG300PMasaki TAGAWA1-0/+2
2014-02-13ath9k: Remove ath9k rate controlSujith Manoharan9-1771/+8
2014-02-13ath9k_htc: catch fw panic patternOleksij Rempel2-0/+48
2014-02-13ath9k_htc: remove useless memcpyOleksij Rempel1-5/+5
2014-02-13ath9k_htc: use ath9k_cmn_rx_skb_postprocessOleksij Rempel1-25/+3
2014-02-13ath9k: move ath9k_rx_skb_postprocess to common.cOleksij Rempel3-53/+59
2014-02-13ath9k_htc: sync rx_status-> related code with ath9kOleksij Rempel1-4/+5
2014-02-13ath9k_htc: use ath9k_cmn_rx_acceptOleksij Rempel1-37/+8
2014-02-13ath9k_htc: use ath9k_cmn_process_rateOleksij Rempel1-38/+2
2014-02-13ath9k_htc: use ath9k_cmn_process_rssiOleksij Rempel5-26/+7
2014-02-13ath9k_htc: add rx header converter to make it usable by ath9kOleksij Rempel1-1/+36
2014-02-13ath9k: move ath9k_rx_accept to common.cOleksij Rempel3-87/+95
2014-02-13ath9k: move ath9k_process_rate to common.cOleksij Rempel3-51/+54
2014-02-13ath9k: move ath9k_process_rssi to common.cOleksij Rempel6-66/+69
2014-02-13ath9k: Fix uninitialized variable in ath9k_has_tx_pending()Geert Uytterhoeven1-1/+1
2014-02-13ath9k: Remove unnecessary checkSujith Manoharan1-3/+0
2014-02-13ath9k: prepare for multi-interface CSA supportMichal Kazior4-23/+24
2014-02-05mac80211: remove module handling from rate control opsJohannes Berg1-1/+0