summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2014-04-09ath9k: fix a scheduling while atomic bug in CSA handlingFelix Fietkau1-4/+3
2014-04-09ath9k_hw: reduce ANI firstep range for older chipsFelix Fietkau1-3/+1
2014-04-09ath9k: Enable DFS only when ATH9K_DFS_CERTIFIEDJanusz Dziedzic1-0/+2
2014-04-09ath9k_htc: set IEEE80211_TX_STAT_AMPDU for acked aggregated framesChun-Yeow Yeoh1-1/+4
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2014-03-17ath9k: Fix temperature compensationSujith Manoharan1-24/+35
2014-03-17ath9k: Disable AR_INTR_SYNC_HOST1_FATAL for QCA953xSujith Manoharan2-2/+2
2014-03-17ath9k: Add QCA953x WMAC platform supportSujith Manoharan2-0/+5
2014-03-17ath9k_htc: move DEFAULT_SWBA_RESPONSE check to ath9k_htc_beacon_initOleksij Rempel1-17/+5
2014-03-17ath9k_htc: use ath9k_cmn_beacon_config_apOleksij Rempel1-35/+8
2014-03-17ath9k: remove unused ath9k_get_next_tbttOleksij Rempel1-27/+0
2014-03-17ath9k: move ath9k_beacon_config_ap commonOleksij Rempel3-19/+34
2014-03-17ath9k_htc: use ath9k_cmn_beacon_config_adhocOleksij Rempel1-28/+7
2014-03-17ath9k_htc: use ath9k_htc_beacon_init in ath9k_htc_beacon_config_adhocOleksij Rempel1-19/+12
2014-03-17ath9k_htc: use ath9k_htc_beacon_init in ath9k_htc_beacon_config_apOleksij Rempel1-20/+11
2014-03-17ath9k_htc: add ath9k_htc_beacon_init (but not use it)Oleksij Rempel1-0/+22
2014-03-17ath9k: move ath9k_beacon_config_adhoc to commonOleksij Rempel3-19/+29
2014-03-17ath9k_htc: use ath9k_cmn_beacon_config_staOleksij Rempel1-82/+2
2014-03-17ath9k: move ath9k_beacon_config_sta to common-beaconOleksij Rempel5-78/+153
2014-03-17ath9k-common: add nexttbtt and intval to ath_beacon_configOleksij Rempel1-0/+2
2014-03-17ath9k|ath9k_htc: move IEEE80211_MS_TO_TU to commonOleksij Rempel3-2/+2
2014-03-17ath9k: remove unused beacon_qiOleksij Rempel1-1/+0
2014-03-17ath9k_htc: sync beacon slot code with ath9kOleksij Rempel3-4/+24
2014-03-17ath9k: remove unused bc_tstampOleksij Rempel1-1/+0
2014-03-17ath9k_htc: add ATH_OP_PRIM_STA_VIFOleksij Rempel1-0/+4
2014-03-17ath9k_htc: use common->op_flagsOleksij Rempel5-18/+19
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel11-60/+63
2014-03-17ath9k_htc: use ath_beacon_conf.enable_beaconOleksij Rempel3-5/+4
2014-03-17ath9k_htc: move beaconq to struct htc_beaconOleksij Rempel3-7/+7
2014-03-17ath9k_htc: use common ath_beacon_configOleksij Rempel3-27/+25
2014-03-17ath9k: move struct ath_beacon_config to commonOleksij Rempel2-9/+9
2014-03-14ath9k: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-03-14ath9k_hw: set ANI firstep as absolute values instead of relativeFelix Fietkau1-36/+5
2014-03-14ath9k_hw: set ANI cycpwr_thr1 as absolute values instead of relativeFelix Fietkau1-38/+6
2014-03-14ath9k_hw: remove ANI function restrictions for AP modeFelix Fietkau1-11/+0
2014-03-14ath9k: clean up and enhance ANI debugfs fileFelix Fietkau1-30/+28
2014-03-14ath9k: fix ready time of the multicast buffer queueFelix Fietkau1-1/+1
2014-03-13ath9k: Fix sequence number assignment for non-data framesHelmut Schaa1-2/+2
2014-03-13ath9k_hw: fix unreachable code in baseband hang detection codeFelix Fietkau1-2/+1
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-41/+51
2014-03-03ath9k_hw: tweak noise immunity thresholds for older chipsetsFelix Fietkau2-4/+23
2014-03-03ath9k_hw: toggle weak signal detection in AP mode on older chipsetsFelix Fietkau1-8/+10
2014-03-03ath9k: 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