summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-292-2/+2
|\
| * ath9k: use true,false for bool variablezhengbin2020-01-261-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-1/+1
| |\
| * | ath9k: fix storage endpoint lookupJohan Hovold2019-12-181-1/+1
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
| |/ |/|
* | ath9k: use iowrite32 over __raw_writelChristian Lamparter2019-11-281-1/+1
|/
* drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-29/+29
* Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-064-9/+22
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-10-034-9/+22
| |\
| | * ath9k_htc: Discard undersized packetsMasashi Honma2019-10-011-4/+19
| | * ath9k_htc: Modify byte order for an error messageMasashi Honma2019-10-011-1/+1
| | * ath9k_hw: fix uninitialized variable dataDenis Efremov2019-10-011-1/+1
| | * ath9k: remove unused including <linux/version.h>YueHaibing2019-10-011-1/+0
| | * ath: Use dev_get_drvdata where possibleChuhong Yuan2019-09-231-3/+2
* | | net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven2019-10-281-1/+1
* | | mac80211: simplify TX aggregation startJohannes Berg2019-10-042-2/+2
|/ /
* / drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-1/+1
|/
* ath9k: release allocated buffer if timed outNavid Emamdoost2019-09-101-0/+1
* ath9k_htc: release allocated buffer if timed outNavid Emamdoost2019-09-101-0/+3
* ath9k: Remove unneeded variable to store return valuezhong jiang2019-09-101-3/+1
* ath9k: dynack: set ackto to max timeout in ath_dynack_resetLorenzo Bianconi2019-09-041-7/+13
* ath9k: dynack: set max timeout according to channel widthLorenzo Bianconi2019-09-041-8/+30
* ath9k: dynack: properly set last timeout timestamp in ath_dynack_resetLorenzo Bianconi2019-09-041-1/+1
* ath9k: dyanck: introduce ath_dynack_set_timeout routineLorenzo Bianconi2019-09-041-16/+21
* ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi2019-09-041-4/+4
* ath9k: add loader for AR92XX (and older) pci(e)Christian Lamparter2019-09-043-0/+233
* mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2019-07-261-1/+2
* 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/+38
|\ \ | |/ |/|
| * ath9k: drop redundant code in ar9003_hw_set_channelTomislav Požega2019-04-291-21/+3
| * ath9k: Remove some set but not used variablesYueHaibing2019-04-291-11/+0
| * 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/+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-049-35/+50
|\
| * ath9k: dynack: remove 'experimental' tagLorenzo Bianconi2018-11-061-1/+1
| * ath9k: dynack: make ewma estimation fasterLorenzo Bianconi2018-11-064-12/+29