summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-252-4/+3
|\
| * ath9k: Fix sequence number assignment for non-data framesHelmut Schaa2014-03-131-2/+2
| * ath9k_hw: fix unreachable code in baseband hang detection codeFelix Fietkau2014-03-131-2/+1
* | ath9k: Fix temperature compensationSujith Manoharan2014-03-171-24/+35
* | ath9k: Disable AR_INTR_SYNC_HOST1_FATAL for QCA953xSujith Manoharan2014-03-172-2/+2
* | ath9k: Add QCA953x WMAC platform supportSujith Manoharan2014-03-172-0/+5
* | ath9k_htc: move DEFAULT_SWBA_RESPONSE check to ath9k_htc_beacon_initOleksij Rempel2014-03-171-17/+5
* | ath9k_htc: use ath9k_cmn_beacon_config_apOleksij Rempel2014-03-171-35/+8
* | ath9k: remove unused ath9k_get_next_tbttOleksij Rempel2014-03-171-27/+0
* | ath9k: move ath9k_beacon_config_ap commonOleksij Rempel2014-03-173-19/+34
* | ath9k_htc: use ath9k_cmn_beacon_config_adhocOleksij Rempel2014-03-171-28/+7
* | ath9k_htc: use ath9k_htc_beacon_init in ath9k_htc_beacon_config_adhocOleksij Rempel2014-03-171-19/+12
* | ath9k_htc: use ath9k_htc_beacon_init in ath9k_htc_beacon_config_apOleksij Rempel2014-03-171-20/+11
* | ath9k_htc: add ath9k_htc_beacon_init (but not use it)Oleksij Rempel2014-03-171-0/+22
* | ath9k: move ath9k_beacon_config_adhoc to commonOleksij Rempel2014-03-173-19/+29
* | ath9k_htc: use ath9k_cmn_beacon_config_staOleksij Rempel2014-03-171-82/+2
* | ath9k: move ath9k_beacon_config_sta to common-beaconOleksij Rempel2014-03-175-78/+153
* | ath9k-common: add nexttbtt and intval to ath_beacon_configOleksij Rempel2014-03-171-0/+2
* | ath9k|ath9k_htc: move IEEE80211_MS_TO_TU to commonOleksij Rempel2014-03-173-2/+2
* | ath9k: remove unused beacon_qiOleksij Rempel2014-03-171-1/+0
* | ath9k_htc: sync beacon slot code with ath9kOleksij Rempel2014-03-173-4/+24
* | ath9k: remove unused bc_tstampOleksij Rempel2014-03-171-1/+0
* | ath9k_htc: add ATH_OP_PRIM_STA_VIFOleksij Rempel2014-03-171-0/+4
* | ath9k_htc: use common->op_flagsOleksij Rempel2014-03-175-18/+19
* | ath9k: move sc_flags to ath_commonOleksij Rempel2014-03-1711-60/+63
* | ath9k_htc: use ath_beacon_conf.enable_beaconOleksij Rempel2014-03-173-5/+4
* | ath9k_htc: move beaconq to struct htc_beaconOleksij Rempel2014-03-173-7/+7
* | ath9k_htc: use common ath_beacon_configOleksij Rempel2014-03-173-27/+25
* | ath9k: move struct ath_beacon_config to commonOleksij Rempel2014-03-172-9/+9
* | ath9k: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-141-2/+2
* | ath9k_hw: set ANI firstep as absolute values instead of relativeFelix Fietkau2014-03-141-36/+5
* | ath9k_hw: set ANI cycpwr_thr1 as absolute values instead of relativeFelix Fietkau2014-03-141-38/+6
* | ath9k_hw: remove ANI function restrictions for AP modeFelix Fietkau2014-03-141-11/+0
* | ath9k: clean up and enhance ANI debugfs fileFelix Fietkau2014-03-141-30/+28
* | ath9k: fix ready time of the multicast buffer queueFelix Fietkau2014-03-141-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-044-41/+51
|\ \ | |/
| * ath9k: fix invalid descriptor discardingFelix Fietkau2014-02-251-35/+35
| * ath9k: reduce baseband hang detection false positive rateFelix Fietkau2014-02-251-1/+7
| * ath9k: fix ps-poll responses under a-mpdu sessionsFelix Fietkau2014-02-241-2/+3
| * ath9k: Fix ETSI compliance for AR9462 2.0Sujith Manoharan2014-02-201-2/+2
| * ath9k: protect tid->sched checkStanislaw Gruszka2014-02-201-3/+5
* | ath9k_hw: tweak noise immunity thresholds for older chipsetsFelix Fietkau2014-03-032-4/+23
* | ath9k_hw: toggle weak signal detection in AP mode on older chipsetsFelix Fietkau2014-03-031-8/+10
* | ath9k: fix invalid max frame lengthSylvain Roger Rieunier2014-03-031-1/+1
* | ath9k_htc: add function ath9k_regwrite_multiOleksij Rempel2014-02-281-30/+23
* | ath9k_htc: remove unused variable sleepdurationOleksij Rempel2014-02-281-15/+7
* | ath9k: remove unused listen_interval and sleepduration.Oleksij Rempel2014-02-282-15/+7
* | ath9k_htc: use ath9k_cmn_reload_chainmaskOleksij Rempel2014-02-281-8/+1
* | ath9k: move ath9k_reload_chainmask_settings to commonOleksij Rempel2014-02-284-16/+19
* | ath9k-common: set maxstream=1 for ar9271Oleksij Rempel2014-02-281-1/+1