aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2026-05-18wifi: ath12k: fix EHT TX MCS limitation due to wrong 20 MHz-only parsingBaochen Qiang1-2/+6
2026-05-18wifi: ath11k: clear shared SRNG pointer state on restartKyle Farnung1-3/+11
2026-05-18wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()Willmar Knikker1-2/+4
2026-05-18wifi: ath11k: fix peer resolution on rx path when peer_id=0Matthew Leach2-6/+2
2026-05-12wifi: ath10k: skip WMI and beacon transmission when device is wedgedKang Yang1-8/+7
2026-05-12wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()Nicolas Escande1-0/+1
2026-05-12wifi: ath11k: fix error path leaks in some WMI callsNicolas Escande1-16/+96
2026-05-12wifi: ath11k: fix error path leaks in some WMI WOW callsNicolas Escande1-3/+16
2026-05-04wifi: ath5k: do not access array OOBJiri Slaby (SUSE)1-1/+2
2026-05-04wifi: ath12k: fix peer_id usage in normal RX pathBaochen Qiang1-1/+1
2026-05-04wifi: ath12k: initialize RSSI dBm conversion event stateRameshkumar Sundaram1-1/+1
2026-05-04wifi: ath12k: fix leak in some ath12k_wmi_xxx() functionsNicolas Escande1-15/+88
2026-04-23wifi: ath12k: use lockdep_assert_in_rcu_read_lock() for RCU assertionsYu-Hsiang Tseng2-2/+2
2026-04-23wifi: ath10k: snoc: select POWER_SEQUENCINGDmitry Baryshkov1-0/+1
2026-04-23wifi: ath12k: fix OF node refcount imbalance in WSI graph traversalAaradhana Sahu1-29/+48
2026-04-23wifi: ath12k: prepare REO update element only for primary linkBaochen Qiang1-0/+3
2026-04-08wifi: ath10k: Add device-tree quirk to skip host cap QMI requestsAmit Pundir3-3/+14
2026-04-08wifi: ath12k: Use michael_mic() from cfg80211Eric Biggers6-62/+8
2026-04-08wifi: ath11k: Use michael_mic() from cfg80211Eric Biggers4-57/+7
2026-04-07wifi: ath12k: Enable IPQ5424 WiFi device supportSowmiya Sree Elavalagan3-14/+31
2026-04-07wifi: ath12k: Add CE remap hardware parameters for IPQ5424Saravanakumar Duraisamy2-9/+26
2026-04-07wifi: ath12k: add ath12k_hw_regs for IPQ5424Saravanakumar Duraisamy4-1/+93
2026-04-07wifi: ath12k: add ath12k_hw_version_map entry for IPQ5424Raj Kumar Bhagat1-0/+7
2026-04-07wifi: ath12k: Add ath12k_hw_params for IPQ5424Saravanakumar Duraisamy2-0/+80
2026-04-07wifi: ath10k: fix station lookup failure during disconnectBaochen Qiang1-11/+15
2026-04-07wifi: ath12k: Create symlink for each radio in a wiphyRoopni Devanathan4-8/+29
2026-04-07wifi: ath12k: Skip adding inactive partner vdev infoAvula Sri Charan1-1/+1
2026-04-07wifi: ath12k: Support channel change statsHarish Rachakonda2-0/+98
2026-04-07wifi: ath12k: Rename hw_link_id to radio_idx in ath12k_ah_to_ar()Roopni Devanathan1-5/+5
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+10
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski12-135/+180
2026-03-24Merge tag 'ath-next-20260324' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg12-135/+180
2026-03-24wifi: ath12k: Pass the correct value of each TID during a stop AMPDU sessionReshma Immaculate Rajkumar1-1/+3
2026-03-24wifi: ath11k: Pass the correct value of each TID during a stop AMPDU sessionReshma Immaculate Rajkumar1-8/+7
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau1-4/+2
2026-03-16wifi: ath12k: Remove unused DFS Unit Test definitionsJeff Johnson1-7/+0
2026-03-16wifi: ath12k: Clean up the WMI Unit Test command interfaceJeff Johnson2-31/+38
2026-03-10wifi: ath12k: Use .mbn firmware for AHB devicesAaradhana Sahu1-2/+2
2026-03-10wifi: ath10k: rename disconnect callbackJohan Hovold1-2/+2
2026-03-10wifi: ath10k: drop redundant device referenceJohan Hovold1-4/+0
2026-03-10wifi: ath9k: drop redundant device referenceJohan Hovold1-4/+0
2026-03-10wifi: ath6kl: rename disconnect callbackJohan Hovold1-2/+2
2026-03-10wifi: ath6kl: drop redundant device referenceJohan Hovold1-10/+2
2026-03-06wifi: ath6kl: wmi: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-11/+0
2026-03-06wifi: ath12k: Fix legacy rate mapping for monitor mode captureP Praneesh3-50/+108
2026-03-06wifi: ath12k: Fix the assignment of logical link indexManish Dharanenthiran2-3/+15
2026-03-06wifi: ath12k: account TX stats only when ACK/BA status is presentSarika Sharma1-11/+13
2026-03-06wifi: move action code from per-type frame structsJohannes Berg3-5/+5
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-26/+16