summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2014-05-14ath9k_htc: Stop ANI before doing hw_resetRajkumar Manoharan1-1/+4
2014-05-05ath10k: Improve grammar in commentsGeert Uytterhoeven1-2/+2
2014-05-05ath6kl: Spelling s/determnine/determine/Geert Uytterhoeven1-1/+1
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-25ath9k: fix race in setting ATH_OP_INVALIDRajkumar Manoharan3-9/+3
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-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2014-03-27carl9170: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2014-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville49-1383/+1595
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