aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-0/+3
2020-03-11ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel1-0/+3
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-2/+8
2020-02-14mac80211: Fix setting txpower to zeroBen Greear2-2/+8
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-2/+2
2020-01-26ath9k: use true,false for bool variablezhengbin1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-18ath9k: fix storage endpoint lookupJohan Hovold1-1/+1
2019-11-28ath9k: use iowrite32 over __raw_writelChristian Lamparter1-1/+1
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-29/+29
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller4-9/+22
2019-10-28net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven1-1/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg2-2/+2
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo4-9/+22
2019-10-01ath9k_htc: Discard undersized packetsMasashi Honma1-4/+19
2019-10-01ath9k_htc: Modify byte order for an error messageMasashi Honma1-1/+1
2019-10-01ath9k_hw: fix uninitialized variable dataDenis Efremov1-1/+1
2019-10-01ath9k: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-09-23ath: Use dev_get_drvdata where possibleChuhong Yuan1-3/+2
2019-09-10ath9k: release allocated buffer if timed outNavid Emamdoost1-0/+1
2019-09-10ath9k_htc: release allocated buffer if timed outNavid Emamdoost1-0/+3
2019-09-10ath9k: Remove unneeded variable to store return valuezhong jiang1-3/+1
2019-09-04ath9k: dynack: set ackto to max timeout in ath_dynack_resetLorenzo Bianconi1-7/+13
2019-09-04ath9k: dynack: set max timeout according to channel widthLorenzo Bianconi1-8/+30
2019-09-04ath9k: dynack: properly set last timeout timestamp in ath_dynack_resetLorenzo Bianconi1-1/+1
2019-09-04ath9k: dyanck: introduce ath_dynack_set_timeout routineLorenzo Bianconi1-16/+21
2019-09-04ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi1-4/+4
2019-09-04ath9k: add loader for AR92XX (and older) pci(e)Christian Lamparter3-0/+233
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
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