aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-05-14ath9k_htc: Stop ANI before doing hw_resetRajkumar Manoharan1-1/+4
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-29/+18
2014-04-30ath9k_hw: fix worse EVM for 11b ratesRajkumar Manoharan2-6/+6
2014-04-30ath9k_hw: update ar9300 initvalsRajkumar Manoharan5-5/+5
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2014-04-30ath9k: remove tid->paused flagFelix Fietkau3-17/+3
2014-04-30ath9k_hw: do not lower ANI setting below default on AR913xFelix Fietkau1-0/+6
2014-04-24ath9k: fix race in setting ATH_OP_INVALIDRajkumar Manoharan3-9/+3
2014-04-22ath9k: implement p2p client powersave supportFelix Fietkau4-0/+127
2014-04-22ath9k: support only one P2P interfaceFelix Fietkau1-2/+2
2014-04-22ath9k: add a recv budgetTim Harvey1-0/+4
2014-04-22ath9k: fix possible hang on flushTim Harvey1-3/+2
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-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
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