summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2026-06-06wifi: ath9k_htc: allocate tx_buf and buf togetherRosen Penev
2026-06-06wifi: ath9k: remove disabling of bandsRosen Penev
2026-06-06wifi: ath9k: remove TX99 power array zero initRosen Penev
2026-06-06wifi: ath9k: Clear DMA descriptors without memsetRosen Penev
2026-06-06wifi: ath9k_htc: use module_usb_driverRosen Penev
2026-06-03wifi: cfg80211: remove 5/10 MHz channel supportJohannes Berg
2026-04-30wifi: ath9k: fix OOB access from firmware tx status queue IDTristan Madani
2026-04-30wifi: ath9k: use kmemdup and kcallocRosen Penev
2026-04-30wifi: ath9k: owl: move name into owl_nvmem_probeRosen Penev
2026-04-30wifi: ath9k: use non devm for nvmem_cell_getRosen Penev
2026-04-30wifi: ath9k: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin
2026-04-22wifi: ath9k: Obtain system GPIOS from descriptorsLinus Walleij
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-03-10wifi: ath9k: drop redundant device referenceJohan Hovold
2026-03-04Merge tag 'ath-next-20260303' of https://git.kernel.org/pub/scm/linux/kernel/...Johannes Berg
2026-02-26wifi: ath9k: Fix typoAlejandro Colomar
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-02net: remove unnecessary module_init/exit functionsEthan Nelson-Moore
2026-01-15wifi: ath9k: add OF dependency to AHBRosen Penev
2026-01-15wifi: ath9k: fix kernel-doc warnings in common-debug.hRandy Dunlap
2026-01-15wifi: ath9k: debug.h: fix kernel-doc bad lines and struct ath_tx_statsRandy Dunlap
2025-06-26wifi: ath9k: ahb: replace id_table with ofRosen Penev
2025-06-26wifi: ath9k: ahb: reorder includesRosen Penev
2025-06-26wifi: ath9k: ahb: reorder declarationsRosen Penev
2025-06-24Merge tag 'ath-next-20250624' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan
2025-06-23wifi: ath9k: Add missing include of export.hJeff Johnson
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-20wifi: ath9k_htc: Abort software beacon handling if disabledToke Høiland-Jørgensen
2025-05-16wifi: ath9k: ahb: do ioremap resource in one stepRosen Penev
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-29wifi: ath9k: do not submit zero bytes to the entropy poolDmitry Antipov
2025-01-29wifi: ath9k: return by of_get_mac_addressRosen Penev
2025-01-17wifi: ath9k: use unsigned long for activity check timestampDmitry Antipov
2025-01-17wifi: ath9k: cleanup struct ath_tx_control and ath_tx_prepare()Dmitry Antipov
2025-01-10wifi: ath9k: cleanup ath9k_hw_get_nf_hist_mid()Dmitry Antipov
2024-12-19wifi: ath9k: simplify internal time managementDmitry Antipov
2024-12-19wifi: ath9k: cleanup a few (mostly) TX-related routinesDmitry Antipov
2024-12-19wifi: ath9k: cleanup ath_txq_skb_done()Dmitry Antipov
2024-12-09Merge tag 'ath-next-20241209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2024-12-04wifi: mac80211: get tx power per linkRameshkumar Sundaram
2024-11-19wifi: ath9k: Add RX inactivity detection and reset chip when it occursToke Høiland-Jørgensen
2024-11-12wifi: ath9k: miscellaneous spelling fixesDmitry Antipov
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-31Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro