summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-092-2/+2
|\
| * ath: fix SPDX tagsKalle Valo2019-06-262-2/+2
* | ath9k: correctly handle short radar pulsesZefir Kurtisi2019-06-271-1/+5
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-05-277-50/+38Star
|\ \ | |/ |/|
| * ath9k: drop redundant code in ar9003_hw_set_channelTomislav Požega2019-04-291-21/+3Star
| * ath9k: Remove some set but not used variablesYueHaibing2019-04-291-11/+0Star
| * ath9k: Differentiate between max combined and per chain powerSven Eckelmann2019-04-295-6/+8
| * ath9k: Check for errors when reading SREV registerTim Schumacher2019-04-291-9/+23
| * ath9k: Don't trust TX status TID number when reporting airtimeToke Høiland-Jørgensen2019-04-291-3/+4
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-061-1/+1
|/
* mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-1/+4
* ath9k: remove set but not used variable 'acq'YueHaibing2019-02-261-8/+1Star
* ath9k: debugfs: Fix SPUR-DOWN fieldAndrea Greco2019-02-261-1/+1
* ath9k: Make sure to zero status.tx_time before reporting TX statusToke Høiland-Jørgensen2019-02-261-0/+3
* ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen2019-02-127-276/+75Star
* ath: move spin_lock_bh to spin_lock in taskletZhiwei Jiang2019-02-071-3/+3
* ath9k: do not return invalid pointers as a *dentryGreg Kroah-Hartman2019-02-071-0/+3
* ath9k: eeprom: Use scnprintf instead of snprintfKees Cook2019-02-041-6/+6
* ath9k: Avoid OF no-EEPROM quirks without qca,no-eepromDaniel F. Dickinson2019-01-101-3/+3
* Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-049-35/+50
|\
| * ath9k: dynack: remove 'experimental' tagLorenzo Bianconi2018-11-061-1/+1
| * ath9k: dynack: make ewma estimation fasterLorenzo Bianconi2018-11-064-12/+29
| * ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi2018-11-061-2/+2
| * ath9k: dynack: move debug log after buffer incrementsLorenzo Bianconi2018-11-061-14/+12Star
| * ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi2018-11-061-1/+2
| * ath9k: remove set but not used variable 'new_flags'zhong jiang2018-11-051-3/+1Star
| * ath9k: hw: mark expected switch fall-throughGustavo A. R. Silva2018-11-051-0/+1
| * ath9k: ar9002_phy: mark expected switch fall-throughsGustavo A. R. Silva2018-11-051-1/+1
| * ath9k: ar5008_phy: mark expected switch fall-throughGustavo A. R. Silva2018-11-051-1/+1
* | ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter2018-11-061-2/+1Star
|/
* ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann2018-10-137-49/+49
* ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau2018-10-024-3/+17
* ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich2018-10-021-1/+1
* ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich2018-10-021-8/+11
* ath9k: fix and simplify FFT max index retrievalSimon Wunderlich2018-10-022-39/+23Star
* ath9k: return when short FFT frame was handledSimon Wunderlich2018-10-021-1/+1
* ath9k: add counters for good and errorneous FFT/spectral framesSimon Wunderlich2018-10-023-2/+19
* ath9k: debug: remove set but not used variable 'fops_dump_nfcal'YueHaibing2018-10-011-13/+0Star
* ath9k: add reset for airtime station debugfsLouie Lu2018-10-011-1/+17
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-08-286-25/+5Star
|\
| * ath9k: fix tx99 with monitor mode interfaceFelix Fietkau2018-08-284-20/+4Star
| * ath9k: remove unused array firstep_tableColin Ian King2018-08-281-4/+0Star
| * ath9k: Remove unnecessary parenthesesVarsha Rao2018-08-281-1/+1
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\ \
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-1/+0Star
|\ \ \ | |_|/ |/| |
| * | ath9k: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0Star
| |/
* | ath9k: fix more-data flag for buffered multicast packetsFelix Fietkau2018-07-311-9/+3Star
* | ath9k_hw: fix channel maximum power level testFelix Fietkau2018-07-311-2/+5