summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2016-04-18ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3
2015-10-28ath9k: declare required extra tx headroomFelix Fietkau1-0/+1
2015-08-04ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-01-14ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2015-01-14ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-12-06ath9k: Fix RTC_DERIVED_CLK usageMiaoqing Pan2-13/+13
2014-08-19ath9k: fix aggregation session lockupFelix Fietkau1-0/+9
2014-06-18ath9k: Fix sequence number assignment for non-data framesHelmut Schaa1-2/+2
2014-05-15ath9k: fix ready time of the multicast buffer queueFelix Fietkau1-1/+1
2014-03-23ath9k: fix invalid descriptor discardingFelix Fietkau1-35/+35
2014-03-23ath9k: fix ps-poll responses under a-mpdu sessionsFelix Fietkau1-2/+3
2014-03-23ath9k: protect tid->sched checkStanislaw Gruszka1-3/+5
2014-03-23ath9k: Fix ETSI compliance for AR9462 2.0Sujith Manoharan1-2/+2
2014-02-23ath9k: Do not support PowerSave by defaultSujith Manoharan1-1/+7
2014-02-23ath9k_htc: Do not support PowerSave by defaultOleksij Rempel1-1/+7
2014-02-23ath9k_htc: make ->sta_rc_update atomic for most callsStanislaw Gruszka1-12/+13
2014-02-06ath9k: Disable cross-band FCCSujith Manoharan1-7/+0
2014-02-06ath9k: Use correct channel for RX packetsSujith Manoharan1-11/+14
2014-01-10ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef2-10/+20
2014-01-10ath9k: Fix interrupt handling for the AR9002 familySujith Manoharan1-9/+43
2013-12-20ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau1-0/+4
2013-12-20ath9k: Fix XLNA bias strengthSujith Manoharan1-1/+1
2013-12-20ath9k: Fix QuickDrop usageSujith Manoharan1-9/+11
2013-10-07ath9k: fix tx queue scheduling after channel changesFelix Fietkau1-12/+11
2013-10-01ath9k: fix powersave response handling for BA session packetsFelix Fietkau1-3/+6
2013-09-26ath9k: add txq locking for ath_tx_aggr_startFelix Fietkau1-0/+6
2013-09-26ath9k: don't use BAW tracking on PS responses for non-AMPDU packetsFelix Fietkau1-2/+4
2013-09-26ath9k: Fix regression in LNA diversitySujith Manoharan1-7/+0
2013-09-26ath9k: do not link bf_next across multiple A-MPDUsFelix Fietkau1-1/+3
2013-09-26ath9k: fix stale flag handling on buffer cloneFelix Fietkau1-0/+1
2013-08-28ath9k: Enable D3/L1 ASPM fix for AR9462Sujith Manoharan1-6/+5
2013-08-28ath9k: Remove unused ANI commandsSujith Manoharan5-18/+4
2013-08-28ath9k: ar9003_eeprom.c:3618 fix variable name typoJohn W. Linville1-2/+2
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-3/+13
2013-08-26ath9k: Fix DEBUG_FS dependency for ath9kSujith Manoharan1-1/+1
2013-08-26ath9k: Fix TX poll work lockingSujith Manoharan1-1/+1
2013-08-26ath9k: Fix ASPM workaround usageSujith Manoharan6-25/+64
2013-08-26ath9k: Fix ASPM for AR9462Sujith Manoharan3-0/+31
2013-08-22ath9k: Add one more PCI ID for CUS198Sujith Manoharan1-0/+5
2013-08-22ath9k: Add antenna diversity tweak for CUS198Sujith Manoharan4-0/+9
2013-08-22ath9k: Add support for AR9485 1.2Sujith Manoharan3-13/+13
2013-08-22ath9k: Enable PLL fix only for AR9340/AR9330Sujith Manoharan1-2/+1
2013-08-22ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa1-0/+10
2013-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+2
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-1/+2
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich5-0/+43
2013-08-16ath9k: announce that ath9k supports 5/10 MHzSimon Wunderlich1-0/+1
2013-08-16ath9k: set 5/10 MHz supported channels and fix bitrateSimon Wunderlich2-8/+21
2013-08-16ath9k: report 5/10 MHz channelsSimon Wunderlich1-0/+11
2013-08-16ath9k: use chandef instead of channel_typeSimon Wunderlich6-40/+51