summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-6/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-20/+19
2026-01-15wifi: ath5k: debug.h: fix enum ath5k_debug_level kernel-docRandy Dunlap-3/+1
2025-07-24wifi: Fix typosBjorn Helgaas-1/+1
2025-07-15wifi: ath5k: Use max() to improve codeQianfeng Rong-9/+3
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-4/+8
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König-4/+4
2024-10-31Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo-0/+2
2024-10-16wifi: ath5k: add PCI ID for Arcadyan devicesRosen Penev-0/+1
2024-10-16wifi: ath5k: add PCI ID for SX76XRosen Penev-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-5/+5
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-2/+2
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg-0/+4
2023-12-07wifi: ath5k: remove unused ath5k_eeprom_info::ee_antennaJiri Slaby (SUSE)-3/+0
2023-12-01wifi: ath5k: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-10-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-2/+1
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo-1/+1
2023-10-18wifi: ath5k: replace deprecated strncpy with strscpyJustin Stitt-2/+1
2023-09-21wifi: ath5k: remove unnecessary (void*) conversionsWu Yunchuan-4/+4
2023-08-23wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap()Mahmoud Maatuq-16/+13
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann-1/+0
2023-08-22wifi: ath5k: Remove redundant dev_err()Ruan Jinjie-1/+0
2023-07-25wifi: ath5k: remove phydir check from ath5k_debug_init_device()Minjie Du-2/+0
2023-02-22wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()Dan Carpenter-1/+1
2023-02-22wifi: ath5k: Use platform_get_irq() to get the interruptDouglas Anderson-6/+4
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel-0/+1
2022-07-18wifi: ath5k: fix repeated words in commentsJilin Yuan-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-6/+6
2022-05-22ath5k: replace ternary operator with min()Guo Zhengkui-1/+1
2022-01-17ath5k: fix ah_txq_isr_txok_all settingPeter Seiderer-0/+1
2022-01-17ath5k: remove unused ah_txq_isr_txurn member from struct ath5k_hwPeter Seiderer-8/+0
2022-01-17ath5k: remove unused ah_txq_isr_qcborn member from struct ath5k_hwPeter Seiderer-5/+1
2022-01-17ath5k: remove unused ah_txq_isr_qcburn member from struct ath5k_hwPeter Seiderer-5/+1
2022-01-17ath5k: remove unused ah_txq_isr_qtrig member from struct ath5k_hwPeter Seiderer-5/+1
2022-01-12ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen-0/+3
2021-12-20ath5k: switch to rate table based lookupJonas Jelonek-2/+48
2021-10-20Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-4/+4
2021-10-18ath5k: replace snprintf in show functions with sysfs_emitQing Wang-4/+4
2021-09-24ath5k: fix building with LEDS=mArnd Bergmann-7/+7
2021-07-02ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET-1/+1
2021-06-15ath5k: Fix wrong function name in commentsYang Shen-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2020-12-17ath: Modify ath_key_delete() to not need full key entryJouni Malinen-1/+1
2020-12-09ath5k: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-09-22ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin-22/+3