summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* wifi: ath5k: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-6/+6
* ath5k: replace ternary operator with min()Guo Zhengkui2022-05-221-1/+1
* ath5k: fix ah_txq_isr_txok_all settingPeter Seiderer2022-01-171-0/+1
* ath5k: remove unused ah_txq_isr_txurn member from struct ath5k_hwPeter Seiderer2022-01-172-8/+0
* ath5k: remove unused ah_txq_isr_qcborn member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
* ath5k: remove unused ah_txq_isr_qcburn member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
* ath5k: remove unused ah_txq_isr_qtrig member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
* ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen2022-01-121-0/+3
* ath5k: switch to rate table based lookupJonas Jelonek2021-12-201-2/+48
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-10-201-4/+4
|\
| * ath5k: replace snprintf in show functions with sysfs_emitQing Wang2021-10-181-4/+4
* | ath5k: fix building with LEDS=mArnd Bergmann2021-09-242-7/+7
|/
* ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-021-1/+1
* ath5k: Fix wrong function name in commentsYang Shen2021-06-151-1/+1
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ath: Modify ath_key_delete() to not need full key entryJouni Malinen2020-12-171-1/+1
* ath5k: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-091-0/+1
* ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-221-22/+3
* ath5k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-16/+15
* ath5k: Fix kerneldoc formatting issueLee Jones2020-08-171-1/+1
* ath5k: pcu: Add a description for 'band' remove one for 'mode'Lee Jones2020-08-171-1/+1
* ath5k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-174-8/+8
* ath5k: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-142-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-6/+6
* ath5k: remove conversion to bool in ath5k_ani_calibration()Jason Yan2020-04-281-1/+1
* ath5k: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-87/+87
* ath5k: Add proper dependency for ATH5K_AHBKrzysztof Kozlowski2020-03-111-1/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* ath5k: eeprom: Remove unneeded variableSaurav Girepunje2019-10-311-2/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-10-031-2/+1
|\
| * ath: Use dev_get_drvdata where possibleChuhong Yuan2019-09-231-2/+1
* | PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
|/
* ath: fix SPDX tagsKalle Valo2019-06-262-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-6/+0
* ath5k: Remove unused BUG_ONNathan Chancellor2018-10-011-2/+0
* ath5k: remove redundant pointer rfColin Ian King2018-07-301-5/+0
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-06-181-0/+1
|\
| * ath5k: mark expected switch fall-throughGustavo A. R. Silva2018-06-131-0/+1
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
|/
* ath: Remove unnecessary ath_bcast_mac and use eth_broadcast_addrJoe Perches2018-03-291-1/+1
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-273-33/+18
* ath5k: remove duplicated re-assignment to pointer 'tq'Colin Ian King2018-02-271-2/+0
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-073-0/+3
|\