aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2020-06-17ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang
2020-06-17ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang
2020-06-17ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang
2020-06-17ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang
2020-06-17ath9k: Fix use-after-free Read in htc_connect_serviceQiujun Huang
2020-06-17ath9k_htc: Silence undersized packet warningsMasashi Honma
2020-04-17ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-26ath9k: use true,false for bool variablezhengbin
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-18ath9k: fix storage endpoint lookupJohan Hovold
2019-11-28ath9k: use iowrite32 over __raw_writelChristian Lamparter
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller
2019-10-28net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-10-01ath9k_htc: Discard undersized packetsMasashi Honma
2019-10-01ath9k_htc: Modify byte order for an error messageMasashi Honma
2019-10-01ath9k_hw: fix uninitialized variable dataDenis Efremov
2019-10-01ath9k: remove unused including <linux/version.h>YueHaibing
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-23ath: Use dev_get_drvdata where possibleChuhong Yuan
2019-09-10ath9k: release allocated buffer if timed outNavid Emamdoost
2019-09-10ath9k_htc: release allocated buffer if timed outNavid Emamdoost
2019-09-10ath9k: Remove unneeded variable to store return valuezhong jiang
2019-09-04ath9k: dynack: set ackto to max timeout in ath_dynack_resetLorenzo Bianconi
2019-09-04ath9k: dynack: set max timeout according to channel widthLorenzo Bianconi
2019-09-04ath9k: dynack: properly set last timeout timestamp in ath_dynack_resetLorenzo Bianconi
2019-09-04ath9k: dyanck: introduce ath_dynack_set_timeout routineLorenzo Bianconi
2019-09-04ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi
2019-09-04ath9k: add loader for AR92XX (and older) pci(e)Christian Lamparter
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27ath9k: correctly handle short radar pulsesZefir Kurtisi
2019-06-26ath: fix SPDX tagsKalle Valo
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-05net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-04-29ath9k: drop redundant code in ar9003_hw_set_channelTomislav Požega
2019-04-29ath9k: Remove some set but not used variablesYueHaibing
2019-04-29ath9k: Differentiate between max combined and per chain powerSven Eckelmann
2019-04-29ath9k: Check for errors when reading SREV registerTim Schumacher
2019-04-29ath9k: Don't trust TX status TID number when reporting airtimeToke Høiland-Jørgensen
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau
2019-02-26ath9k: remove set but not used variable 'acq'YueHaibing
2019-02-26ath9k: debugfs: Fix SPUR-DOWN fieldAndrea Greco
2019-02-26ath9k: Make sure to zero status.tx_time before reporting TX statusToke Høiland-Jørgensen
2019-02-12ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen