summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-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/+1
* 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/+75
* 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-039-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/+12
| * 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/+1
| * 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/+1
|/
* 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/+23
* 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/+0
* 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/+5
|\
| * ath9k: fix tx99 with monitor mode interfaceFelix Fietkau2018-08-284-20/+4
| * ath9k: remove unused array firstep_tableColin Ian King2018-08-281-4/+0
| * 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/+0
|\ \ \ | |_|/ |/| |
| * | ath9k: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
| |/
* | ath9k: fix more-data flag for buffered multicast packetsFelix Fietkau2018-07-311-9/+3
* | ath9k_hw: fix channel maximum power level testFelix Fietkau2018-07-311-2/+5
* | ath9k: fix block-ack window tracking issuesFelix Fietkau2018-07-311-11/+18
* | ath9k: report tx status on EOSPFelix Fietkau2018-07-311-1/+2
* | ath9k: clear potentially stale EOSP status bit in intermediate queuesFelix Fietkau2018-07-311-1/+2
* | ath9k: fix moredata bit in PS buffered frame releaseFelix Fietkau2018-07-311-0/+20
* | ath9k: don't run periodic and nf calibation at the same timeFelix Fietkau2018-07-311-3/+3
* | ath9k_hw: set spectral scan enable bit on trigger for AR9003+Felix Fietkau2018-07-311-0/+2
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-07-258-29/+32
|\ \
| * | ath9k: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-293-12/+15
| * | ath9k: use timespec64 for tsf_tsArnd Bergmann2018-06-295-17/+17
* | | Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-234-1/+5
|\ \ \ | |/ /
OpenPOWER on IntegriCloud