aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-2/+2
2026-03-04Merge tag 'ath-next-20260303' of https://git.kernel.org/pub/scm/linux/kernel/...Johannes Berg1-11/+17
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R1-1/+1
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R1-1/+1
2026-02-26wifi: ath11k: fix memory leaks in beacon template setupZilin Guan1-11/+17
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-8/+8
2026-01-15wifi: ath11k: move .max_tx_ring to struct ath11k_hw_hal_paramsAlexandru Gagniuc1-1/+1
2026-01-15wifi: ath11k: Register handler for CFR capture eventVenkateswara Naralasetty1-0/+2
2026-01-15wifi: ath11k: Add support unassociated client CFRVenkateswara Naralasetty1-1/+14
2026-01-15wifi: ath11k: Register debugfs for CFR configurationVenkateswara Naralasetty1-0/+2
2026-01-15wifi: ath11k: fix comment typo in monitor mode handlingChien Wong1-1/+1
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg1-139/+316
2025-10-23wifi: ath11k: advertise NL80211_FEATURE_TX_POWER_INSERTIONAditya Kumar Singh1-0/+2
2025-10-23wifi: ath11k: add support for Tx Power insertion in RRM action frameAditya Kumar Singh1-0/+166
2025-10-23wifi: ath11k: wrap ath11k_mac_op_get_txpower() with lock-aware internal helperAditya Kumar Singh1-11/+20
2025-10-23wifi: ath11k: relocate some Tx power related functions in mac.cAditya Kumar Singh1-135/+135
2025-10-23wifi: ath11k: fix peer HE MCS assignmentBaochen Qiang1-2/+2
2025-10-23wifi: ath11k: fix VHT MCS assignmentBaochen Qiang1-2/+2
2025-10-06wifi: ath11k: avoid bit operation on key flagsRameshkumar Sundaram1-5/+5
2025-09-02wifi: ath11k: fix group data packet drops during rekeyRameshkumar Sundaram1-9/+102
2025-07-21wifi: ath11k: Prefer {} to {0} in initializersJeff Johnson1-8/+8
2025-07-15wifi: ath11k: fix sleeping-in-atomic in ath11k_mac_op_set_bitrate_mask()Baochen Qiang1-6/+6
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-5/+9
2025-06-07wifi: ath11k: consistently use ath11k_mac_get_fw_stats()Baochen Qiang1-42/+2
2025-06-07wifi: ath11k: move locking outside of ath11k_mac_get_fw_stats()Baochen Qiang1-8/+5
2025-06-07wifi: ath11k: move some firmware stats related functions outside of debugfsBaochen Qiang1-4/+84
2025-06-07wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()Baochen Qiang1-0/+2
2025-06-07wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()Baochen Qiang1-1/+1
2025-05-16wifi: ath11k: support DBS and DFS compatibilityYu Zhang(Yuriy)1-18/+24
2025-04-23wifi: mac80211: restructure tx profile retrieval for MLO MBSSIDRameshkumar Sundaram1-2/+8
2025-02-28wifi: ath11k: pass tx arvif for MBSSID and EMA beacon generationAloka Dixit1-16/+16
2025-02-28wifi: ath11k: refactor transmitted arvif retrievalAloka Dixit1-27/+26
2025-02-05wifi: ath11k: update channel list in worker when wait flag is setWen Gong1-0/+14
2025-02-03wifi: ath11k: fix wrong overriding for VHT Beamformee STS CapabilityYu Zhang(Yuriy)1-5/+0
2025-02-03wifi: ath11k: add support for MU EDCAYu Zhang(Yuriy)1-2/+51
2024-12-09Merge tag 'ath-next-20241209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-4/+2
2024-12-04wifi: mac80211: get tx power per linkRameshkumar Sundaram1-0/+1
2024-11-21wifi: ath11k: miscellaneous spelling fixesDmitry Antipov1-2/+2
2024-11-21wifi: ath11k: cleanup struct ath11k_vifDmitry Antipov1-2/+0
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg1-2/+3
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-08-22wifi: ath11k: fix NULL pointer dereference in ath11k_mac_get_eirp_power()Baochen Qiang1-0/+1
2024-07-10wifi: ath11k: use work queue to process beacon tx eventKang Yang1-0/+12
2024-07-03Merge tag 'ath-next-20240702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-7/+22
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-06-19wifi: ath11k: modify the calculation of the average signal strength in statio...Lingbo Kong1-2/+5
2024-06-11wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang1-4/+11
2024-06-11wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed()Baochen Qiang1-1/+6
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-125/+42