aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2019-06-27ath9k: correctly handle short radar pulsesZefir Kurtisi1-1/+5
2019-06-26ath: fix SPDX tagsKalle Valo2-2/+2
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo7-50/+38
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-05net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-29ath9k: drop redundant code in ar9003_hw_set_channelTomislav Požega1-21/+3
2019-04-29ath9k: Remove some set but not used variablesYueHaibing1-11/+0
2019-04-29ath9k: Differentiate between max combined and per chain powerSven Eckelmann5-6/+8
2019-04-29ath9k: Check for errors when reading SREV registerTim Schumacher1-9/+23
2019-04-29ath9k: Don't trust TX status TID number when reporting airtimeToke Høiland-Jørgensen1-3/+4
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-1/+4
2019-02-26ath9k: remove set but not used variable 'acq'YueHaibing1-8/+1
2019-02-26ath9k: debugfs: Fix SPUR-DOWN fieldAndrea Greco1-1/+1
2019-02-26ath9k: Make sure to zero status.tx_time before reporting TX statusToke Høiland-Jørgensen1-0/+3
2019-02-12ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen7-276/+75
2019-02-07ath: move spin_lock_bh to spin_lock in taskletZhiwei Jiang1-3/+3
2019-02-07ath9k: do not return invalid pointers as a *dentryGreg Kroah-Hartman1-0/+3
2019-02-04ath9k: eeprom: Use scnprintf instead of snprintfKees Cook1-6/+6
2019-01-10ath9k: Avoid OF no-EEPROM quirks without qca,no-eepromDaniel F. Dickinson1-3/+3
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller9-35/+50
2018-11-06ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter1-2/+1
2018-11-06ath9k: dynack: remove 'experimental' tagLorenzo Bianconi1-1/+1
2018-11-06ath9k: dynack: make ewma estimation fasterLorenzo Bianconi4-12/+29
2018-11-06ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi1-2/+2
2018-11-06ath9k: dynack: move debug log after buffer incrementsLorenzo Bianconi1-14/+12
2018-11-06ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi1-1/+2
2018-11-05ath9k: remove set but not used variable 'new_flags'zhong jiang1-3/+1
2018-11-05ath9k: hw: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-05ath9k: ar9002_phy: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-11-05ath9k: ar5008_phy: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann7-49/+49
2018-10-02ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau4-3/+17
2018-10-02ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich1-1/+1
2018-10-02ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich1-8/+11
2018-10-02ath9k: fix and simplify FFT max index retrievalSimon Wunderlich2-39/+23
2018-10-02ath9k: return when short FFT frame was handledSimon Wunderlich1-1/+1
2018-10-02ath9k: add counters for good and errorneous FFT/spectral framesSimon Wunderlich3-2/+19
2018-10-01ath9k: debug: remove set but not used variable 'fops_dump_nfcal'YueHaibing1-13/+0
2018-10-01ath9k: add reset for airtime station debugfsLouie Lu1-1/+17
2018-08-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo6-25/+5
2018-08-28ath9k: fix tx99 with monitor mode interfaceFelix Fietkau4-20/+4
2018-08-28ath9k: remove unused array firstep_tableColin Ian King1-4/+0
2018-08-28ath9k: Remove unnecessary parenthesesVarsha Rao1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-08-06ath9k: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-07-31ath9k: fix more-data flag for buffered multicast packetsFelix Fietkau1-9/+3
2018-07-31ath9k_hw: fix channel maximum power level testFelix Fietkau1-2/+5
2018-07-31ath9k: fix block-ack window tracking issuesFelix Fietkau1-11/+18