aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-18wifi: ath12k: fix EHT TX MCS limitation due to wrong 20 MHz-only parsingBaochen Qiang1-2/+6
2026-04-23wifi: ath12k: use lockdep_assert_in_rcu_read_lock() for RCU assertionsYu-Hsiang Tseng1-1/+1
2026-04-07wifi: ath12k: Create symlink for each radio in a wiphyRoopni Devanathan1-1/+1
2026-04-07wifi: ath12k: Skip adding inactive partner vdev infoAvula Sri Charan1-1/+1
2026-03-24Merge tag 'ath-next-20260324' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg1-24/+43
2026-03-06wifi: ath12k: Fix legacy rate mapping for monitor mode captureP Praneesh1-22/+29
2026-03-06wifi: ath12k: Fix the assignment of logical link indexManish Dharanenthiran1-2/+14
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2026-03-04Merge tag 'ath-next-20260303' of https://git.kernel.org/pub/scm/linux/kernel/...Johannes Berg1-0/+4
2026-03-03Merge tag 'ath-current-20260302' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg1-3/+3
2026-03-02wifi: mac80211: fetch unsolicited probe response template by link IDSriram R1-1/+2
2026-03-02wifi: mac80211: fetch FILS discovery template by link IDSriram R1-1/+2
2026-02-26wifi: ath12k: add basic hwmon temperature reportingMaharaja Kennadyrajan1-0/+4
2026-02-26wifi: ath12k: use correct pdev id when requesting firmware statsBaochen Qiang1-3/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-18/+19
2026-02-02Merge tag 'ath-next-20260202' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg1-4/+170
2026-01-30wifi: ath12k: clear stale link mapping of ahvif->links_mapAaradhana Sahu1-1/+3
2026-01-30wifi: ath12k: support OBSS PD configuration for AP modeWei Zhang1-3/+167
2026-01-29Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-1/+1
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2026-01-15wifi: ath11k: fix comment typo in monitor mode handlingChien Wong1-1/+1
2026-01-13wifi: ath12k: Fix wrong P2P device link id issueYingying Tang1-1/+4
2026-01-13wifi: ath12k: fix dead lock while flushing management framesBaochen Qiang1-3/+3
2026-01-13wifi: ath12k: Fix scan state stuck in ABORTING after cancel_remain_on_channelYingying Tang1-1/+1
2026-01-13wifi: ath12k: cancel scan only on active scan vdevManish Dharanenthiran1-1/+2
2025-12-15Merge branch 'ath12k-ng' into ath-nextJeff Johnson1-511/+565
2025-12-09wifi: ath12k: Skip DP peer creation for scan vdevRipan Deuri1-8/+14
2025-11-19wifi: ath12k: move firmware stats request outside of atomic contextBaochen Qiang1-21/+23
2025-11-12Merge tag 'ath-next-20251111' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg1-5/+10
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-67/+55
2025-11-06wifi: ath12k: Make firmware stats reset caller-drivenManish Dharanenthiran1-5/+10
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg1-121/+634
2025-11-05wifi: ath12k: Replace lock/unlock with guard()Ripan Deuri1-5/+2
2025-11-05wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.koPavankumar Nandeshwar1-0/+5
2025-11-05wifi: ath12k: Remove the wifi7 header inclusions in common codePavankumar Nandeshwar1-1/+0
2025-11-05wifi: ath12k: Move ieee80211_ops callback to the arch specific moduleRipan Deuri1-216/+15
2025-11-05wifi: ath12k: Add helper to free DP link peerPavankumar Nandeshwar1-7/+2
2025-11-05wifi: ath12k: Move DP specific link stats to DP link peerHarsh Kumar Bijlani1-53/+67
2025-10-30wifi: ath12k: unassign arvif on scan vdev create failureRameshkumar Sundaram1-1/+3
2025-10-30wifi: ath12k: enforce vdev limit in ath12k_mac_vdev_create()Rameshkumar Sundaram1-6/+6
2025-10-30wifi: ath12k: Set EHT fixed rates for associated STAsMuna Sinada1-7/+85
2025-10-30wifi: ath12k: add EHT rates to ath12k_mac_op_set_bitrate_mask()Muna Sinada1-3/+52
2025-10-30wifi: ath12k: Add EHT fixed GI/LTFMuna Sinada1-10/+40
2025-10-30wifi: ath12k: Add EHT MCS/NSS rates to Peer AssocMuna Sinada1-7/+103
2025-10-30wifi: ath12k: add EHT rate handling to existing set rate functionsMuna Sinada1-42/+173
2025-10-30wifi: ath12k: generalize GI and LTF fixed rate functionsMuna Sinada1-36/+41
2025-10-29Revert "wifi: ath12k: Fix missing station power save configuration"Miaoqing Pan1-67/+55