summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2018-06-17ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()Dan Carpenter1-0/+4
2017-10-12ath9k: fix tx99 bus errorMiaoqing Pan1-2/+0
2017-10-12ath9k: fix tx99 use after freeMiaoqing Pan1-4/+9
2017-08-26ath9k_htc: add device ID for Toshiba WLM-20U2/GN-1080Alexander Tsoy1-0/+2
2017-08-26ath9k: off by one in ath9k_hw_nvram_read_array()Dan Carpenter1-1/+1
2017-08-26ath9k_htc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-08-26ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin1-0/+1
2017-08-26ath9k_htc: Add new USB IDLeon Nardella1-0/+1
2017-06-05ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter1-2/+2
2017-06-05ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau5-26/+48
2016-11-20ath9k: Fix programming of minCCA power thresholdSven Eckelmann1-1/+1
2016-05-01ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3
2016-02-02ath9k_htc: check for underflow in ath9k_htc_rx_msg()Dan Carpenter1-1/+1
2015-11-16ath9k: declare required extra tx headroomFelix Fietkau1-0/+1
2015-07-15ath9k_htc: memory corruption calling set_bit()Dan Carpenter1-3/+3
2015-07-15ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-01-12ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2015-01-12ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-12-01ath9k: Fix RTC_DERIVED_CLK usageMiaoqing Pan2-13/+13
2014-10-30Revert "ath9k_hw: reduce ANI firstep range for older chips"Felix Fietkau1-1/+3
2014-10-06ath9k_htc: fix random decryption failureJohannes Stezenbach1-1/+1
2014-07-23ath9k: fix aggregation session lockupFelix Fietkau1-0/+9
2014-05-30Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-9/+0
2014-05-29ath9k: Fix interface combinations for multi-channel concurrencyRajkumar Manoharan1-4/+21
2014-05-29ath9k: Fix deadlock while updating p2p beacon timerRajkumar Manoharan1-10/+8
2014-05-29ath9k: avoid passing buffers to the hardware during flushFelix Fietkau1-11/+13
2014-05-29ath9k: simplify DFS pulse interval debug printingZefir Kurtisi3-5/+3
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2014-05-23ath9k/ath10k: remove unnecessary channel_switch_beacon callbacksLuciano Coelho1-9/+0
2014-05-22ath9k: fix sleep timer during suspendRajkumar Manoharan1-0/+1
2014-05-22ath9k: Handle multiple keys while setting tx filtersRajkumar Manoharan2-11/+45
2014-05-22ath9k: fix build error with disabled debugZefir Kurtisi1-0/+2
2014-05-20ath9k: fixup "ath9k_htc: fix build with disabled debug"John W. Linville1-1/+1
2014-05-20ath9k_htc: fix build with disabled debugOleksij Rempel1-1/+1
2014-05-20ath9k_hw: Abort transmission for sleeping stationRajkumar Manoharan4-3/+31
2014-05-14ath9k_htc: Stop ANI before doing hw_resetRajkumar Manoharan1-1/+4
2014-05-13ath9k_htc: use ath9k_cmn_debug_phy_errOleksij Rempel1-38/+6
2014-05-13ath9k: move phy_err to ath9k_cmn_debug_phy_errOleksij Rempel3-63/+72
2014-05-13ath9k_htc: use ath9k_cmn_debug_recvOleksij Rempel1-1/+4
2014-05-13ath9k: move recv to ath9k_cmn_debug_recvOleksij Rempel3-57/+68
2014-05-13ath9k & ath9k_htc: move ath_rx_stats to cmnOleksij Rempel7-148/+111
2014-05-13ath9k: reorder or remove some includesOleksij Rempel2-2/+1
2014-05-13ath9k_htc: use ath9k_cmn_debug_base_eepromOleksij Rempel1-137/+1
2014-05-13ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eepromOleksij Rempel3-30/+38
2014-05-13ath9k_htc: use ath9k_cmn_debug_modal_eepromOleksij Rempel1-284/+2
2014-05-13ath9k-common: create common-debug and move modal_eeprom to cmnOleksij Rempel5-31/+77
2014-05-13ath9k: non-functional: calculate DFS pulse interval per-wiphyZefir Kurtisi2-3/+4
2014-05-13amend "ath9k: Allow platform override without EEPROM override"Helmut Schaa1-1/+1
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-29/+18
2014-05-08ath9k: Allow platform override without EEPROM overrideHelmut Schaa1-1/+1