summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
...
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-07-281-7/+1
|\
| * ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-021-7/+1
* | mac80211: notify driver on mgd TX completionJohannes Berg2021-06-231-1/+1
|/
* ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár2021-06-121-0/+5
* ath9k: ar9003_mac: read STBC indicator from rx descriptorPhilipp Borgers2021-05-301-0/+2
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-293-6/+3
|\
| * ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2021-04-222-2/+2
| * of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-1/+1
|\ \ | |/ |/|
| * ath9k: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior2021-03-171-1/+1
* | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-172-2/+0
* | ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2021-02-182-1/+8
|/
* Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller2021-02-121-1/+4
|\
| * ath9k: fix data bus crash when setting nf_override via debugfsLinus Lüssing2021-02-111-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-6/+2
|\ \ | |/ |/|
| * ath9k: fix build error with LEDS_CLASS=mArnd Bergmann2021-01-281-6/+2
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-01-113-4/+94
|\ \ | |/ |/|
| * ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2020-12-172-1/+87
| * ath: Modify ath_key_delete() to not need full key entryJouni Malinen2020-12-172-4/+3
| * ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen2020-12-171-0/+5
* | ath9k: make relay callbacks constJani Nikula2020-12-151-1/+1
|/
* ath9k_htc: adhere to the DONT_REORDER transmit flagMathy Vanhoef2020-12-091-1/+6
* ath9k: remove trailing semicolon in macro definitionTom Rix2020-12-072-2/+2
* Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-047-146/+10
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-12-026-145/+10
| |\
| | * ath9k: work around false-positive gcc warningArnd Bergmann2020-11-101-2/+6
| | * ath9k: dynack: Demote non-compliant function headerLee Jones2020-11-071-2/+1
| | * ath9k: ar5008_phy: Demote half completed function headersLee Jones2020-11-071-12/+3
| | * ath9k: ar9003_2p2_initvals: Remove unused const variablesLee Jones2020-11-071-14/+0
| | * ath9k: ar9485_initvals: Remove unused const variable 'ar9485_fast_clock_1_1_b...Lee Jones2020-11-071-7/+0
| | * ath9k: ar9340_initvals: Remove unused const variable 'ar9340Modes_ub124_tx_ga...Lee Jones2020-11-071-101/+0
| | * ath9k: ar9330_1p1_initvals: Remove unused const variable 'ar9331_common_tx_ga...Lee Jones2020-11-071-7/+0
| * | wireless: remove unneeded breakTom Rix2020-11-071-1/+0
| |/
* / ath9k: remove WDS codeJohannes Berg2020-11-114-27/+2
|/
* ath9k: Remove set but not used variableLi Heng2020-09-291-21/+0
* ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile2020-09-211-0/+19
* Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller2020-09-1124-170/+92
|\
| * ath9k: Do not select MAC80211_LEDS by defaultKrzysztof Kozlowski2020-08-271-3/+3
| * ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are usedLee Jones2020-08-272-32/+30
| * ath9k: ar5008_initvals: Remove unused table entirelyLee Jones2020-08-271-37/+0
| * ath9k: ar9001_initvals: Remove unused array 'ar5416Bank6_9100'Lee Jones2020-08-271-37/+0
| * ath9k: ar9002_initvals: Remove unused array 'ar9280PciePhy_clkreq_off_L1_9280'Lee Jones2020-08-271-14/+0
| * ath9k_htc: Do not select MAC80211_LEDS by defaultKrzysztof Kozlowski2020-08-271-3/+3
| * ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-279-24/+20
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-08-1817-20/+36
| |\
| | * ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()Dan Carpenter2020-08-171-0/+2
| | * ath9k_htc: Use appropriate rs_datalen typeMasashi Honma2020-08-171-1/+1
| | * ath9k: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 supportAlexander Wetzel2020-08-172-0/+13
| | * ath9k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-148-12/+12
| | * ath9k: Fix typo in function namePavel Machek2020-08-144-4/+4