summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2014-06-07ath9k: protect tid->sched checkStanislaw Gruszka1-3/+5
2014-03-23ath9k: Fix ETSI compliance for AR9462 2.0Sujith Manoharan1-2/+2
2014-02-22ath9k_htc: make ->sta_rc_update atomic for most callsStanislaw Gruszka1-12/+13
2014-01-09ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef2-10/+20
2014-01-09ath9k: Fix interrupt handling for the AR9002 familySujith Manoharan1-9/+43
2013-12-20ath9k: Fix XLNA bias strengthSujith Manoharan1-1/+1
2013-12-20ath9k: Fix QuickDrop usageSujith Manoharan1-9/+11
2013-11-13ath9k: fix tx queue scheduling after channel changesFelix Fietkau1-12/+11
2013-09-26ath9k: avoid accessing MRC registers on single-chain devicesFelix Fietkau1-0/+4
2013-09-26ath9k: fix rx descriptor related race conditionFelix Fietkau2-8/+14
2013-09-26ath9k: always clear ps filter bit on new assocFelix Fietkau1-0/+1
2013-09-07mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-1/+2
2013-09-07ath9k: Enable PLL fix only for AR9340/AR9330Sujith Manoharan1-2/+1
2013-09-07ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa1-0/+10
2013-08-11ath9k_htc: reboot firmware if it was loadedOleksij Rempel1-1/+3
2013-08-11ath9k_htc: do some initial hardware configurationOleksij Rempel1-0/+1
2013-07-25ath9k: Do not assign noise for NULL caldataSujith Manoharan1-1/+0
2013-07-25ath9k: Fix noisefloor calibrationSujith Manoharan2-8/+2
2013-07-25ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan2-2/+8
2013-06-24ath9k_htc: Handle IDLE state transition properlySujith Manoharan1-1/+1
2013-06-24ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau1-1/+5
2013-06-12ath9k: Use minstrel rate control by defaultSujith Manoharan4-9/+9
2013-06-12Revert "ath9k_hw: Update rx gain initval to improve rx sensitivity"Felix Fietkau1-5/+5
2013-06-12ath9k: Disable PowerSave by defaultSujith Manoharan1-2/+1
2013-05-28ath9k: use correct OTP register offsets for AR9550Gabor Juhos1-3/+6
2013-05-24ath9k_hw: improve performance for AR934x v1.3+Felix Fietkau3-6/+20
2013-05-24ath9k_hw: fix host interface reset on AR934xFelix Fietkau2-3/+9
2013-05-24ath9k_hw: fix spur mitigation issues on AR934xFelix Fietkau1-1/+2
2013-05-22ath9k: prevent aggregation session deadlocksFelix Fietkau4-114/+46
2013-05-17ath9k: fix draining aggregation tid buffersFelix Fietkau1-3/+1
2013-05-17ath9k: fix rate handling/reportingFelix Fietkau1-2/+7
2013-05-17ath9k: fix aggregation stop/flush handlingFelix Fietkau3-25/+48
2013-05-17ath9k_hw: Enable manual peak calibration for AR9485Sujith Manoharan2-2/+2
2013-05-17ath9k: Fix crash on module unloadSujith Manoharan3-6/+17
2013-05-17net/wireless: ATH9K should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-08ath9k: Update initvals for AR9565Sujith Manoharan1-68/+70
2013-05-08ath9k: Fix beacon reconfigurationSujith Manoharan1-2/+2
2013-05-03ath9k: fix key allocation error handling for powersave keysFelix Fietkau1-1/+5
2013-04-23ath9k: Fix RX DMA mappingSujith Manoharan1-3/+3
2013-04-23ath9k: Use lockless variants for the RX fifo queueSujith Manoharan1-2/+2
2013-04-23ath9k: Reduce deep indentationSujith Manoharan1-46/+44
2013-04-23ath9k: Remove unused argument "size"Sujith Manoharan1-9/+3
2013-04-23ath9k: add support for the new rate control APIFelix Fietkau3-8/+19
2013-04-23ath9k: merge ath_tx_start_dma into ath_tx_startFelix Fietkau1-44/+36
2013-04-23ath9k: apply coverage class on slottime tooMathias Kretschmer1-1/+2
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-6/+6
2013-04-22ath9k: always set common->macaddr to the MAC adress of a virtual interfaceFelix Fietkau2-6/+10
2013-04-22ath: update hardware mac address with bssid maskFelix Fietkau2-7/+3
2013-04-22ath9k: use GFP_ATOMIC under spinlockDan Carpenter1-1/+2
2013-04-22ath9k: change DFS logging to use ath_dbg()Zefir Kurtisi6-67/+63