aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-3/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-07-20ath9k: Fix regression with Atheros 9271Mark O'Donovan1-1/+3
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-3/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-15/+15
2020-06-09ath: fix wiki website urlFlavio Suligoi2-3/+4
2020-05-30ath9k_htc: Set RX filter based to allow broadcast Action frame RXJouni Malinen3-1/+5
2020-05-30ath9k: Set RX filter based to allow broadcast Action frame RXJouni Malinen3-1/+5
2020-05-06ath9k_htc: Silence undersized packet warningsMasashi Honma1-3/+3
2020-04-28ath9k: add calibration timeout for AR9002Sergey Ryazanov3-2/+25
2020-04-28ath9k: invalidate all calibrations at onceSergey Ryazanov1-6/+9
2020-04-28ath9k: interleaved NF calibration on AR9002Sergey Ryazanov1-2/+6
2020-04-28ath9k: do not miss longcal on AR9002Sergey Ryazanov2-1/+10
2020-04-28ath9k: remove needless NFCAL_PENDING flag settingSergey Ryazanov1-3/+0
2020-04-28ath9k: fix AR9002 ADC and NF calibrationsSergey Ryazanov1-3/+2
2020-04-07ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-04-07ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-04-07ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang1-0/+3
2020-04-07ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang5-7/+17
2020-04-07ath9k: Fix use-after-free Read in htc_connect_serviceQiujun Huang2-4/+0
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