summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2014-03-27carl9170: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-17wil6210: fix race between disconnect and Tx NAPIVladimir Kondratiev6-4/+47
2014-03-17wil6210: add memory barriers for the reset flowVladimir Kondratiev1-0/+6
2014-03-17wil6210: target reset flow updateVladimir Kondratiev2-6/+8
2014-03-17wil6210: use GROVladimir Kondratiev2-8/+8
2014-03-17wil6210: serialize fw_recovery and start_apVladimir Kondratiev2-4/+13
2014-03-17wil6210: fix secondary connectVladimir Kondratiev1-0/+4
2014-03-17wil6210: fw error recoveryVladimir Kondratiev4-1/+58
2014-03-17wil6210: Fix kernel oops in reset flowVladimir Kondratiev3-4/+21
2014-03-17wil6210: fix memory leak in the AP flowVladimir Kondratiev2-0/+7
2014-03-17wil6210: reduce printingVladimir Kondratiev1-2/+2
2014-03-17wil6210: reset on power goodVladimir Kondratiev2-2/+8
2014-03-17wil6210: sort HW registers definitionsVladimir Kondratiev2-18/+19
2014-03-17wil6210: fix for HW bug in interrupt setup logicVladimir Kondratiev3-0/+19
2014-03-17wil6210: report reset timeVladimir Kondratiev1-3/+3
2014-03-17wil6210: reduce dmesg pollution after FW crashVladimir Kondratiev1-1/+6
2014-03-17wil6210: update target reset to support new HWVladimir Kondratiev3-1/+34
2014-03-17wil6210: generalize tx desc mappingVladimir Kondratiev2-27/+33
2014-03-17wil6210: add scatter-gather supportVladimir Kondratiev4-67/+115
2014-03-17wil6210: enable scan while connectedVladimir Kondratiev2-8/+2
2014-03-17wil6210: Block data till "data port open" reportedVladimir Kondratiev5-6/+38
2014-03-17wil6210: Helpers to deal with 'cidxtid' fieldsVladimir Kondratiev2-1/+26
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 Rempel12-60/+73
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-14ath5k: add missing dma_map_error callJohn Greene1-0/+3