summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-03-25wifi: wil6210: fix sparse warningsKalle Valo3-5/+4
2024-03-25wifi: wcn36xx: main: fix sparse warningsKalle Valo1-2/+2
2024-03-25wifi: wcn36xx: buff_to_be(): fix sparse warningsKalle Valo2-4/+7
2024-03-25wifi: ath6kl: fix sparse warningsKalle Valo2-4/+2
2024-03-25wifi: ath: Convert sprintf/snprintf to sysfs_emitLi Zhijian2-2/+2
2024-03-21wifi: ath11k: remove duplicate definitions in wmi.hKang Yang1-6/+0
2024-03-21wifi: ath11k: do not process consecutive RDDM eventBaochen Qiang2-0/+13
2024-03-21wifi: ath12k: Refactor error handler of Rxdma replenishKarthikeyan Periyasamy1-11/+3
2024-03-21wifi: ath12k: Optimize the lock contention of used list in Rx data pathKarthikeyan Periyasamy4-54/+114
2024-03-21wifi: ath12k: Refactor Rxdma buffer replinish argumentKarthikeyan Periyasamy1-6/+3
2024-03-20wifi: ath12k: use correct flag field for 320 MHz channelsAloka Dixit1-1/+1
2024-03-20wifi: ath12k: remove duplicate definitions in wmi.hKang Yang1-6/+0
2024-03-20wifi: ath12k: fix desc address calculation in wbm tx completionThiraviyam Mariyappan2-3/+1
2024-03-14wifi: ath11k: advertise P2P dev support for QCA6390/WCN6855/QCA2066Kang Yang2-4/+25
2024-03-14wifi: ath11k: change scan flag scan_f_filter_prb_req for QCA6390/WCN6855/QCA2066Kang Yang1-1/+6
2024-03-14wifi: ath11k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512Kang Yang1-1/+1
2024-03-14wifi: ath11k: implement handling of P2P NoA eventKang Yang5-2/+271
2024-03-14wifi: ath11k: add P2P IE in beacon templateKang Yang3-8/+143
2024-03-14wifi: ath11k: change interface combination for P2P modeKang Yang1-22/+25
2024-03-12wifi: ath11k: don't force enable power save on non-running vdevsBaochen Qiang1-8/+1
2024-03-11wifi: ath11k: adjust a comment to reflect realityKevin Lo1-3/+2
2024-03-08wifi: ath10k: poll service ready message before failingBaochen Qiang1-3/+23
2024-03-08wifi: ath11k: fix soc_dp_stats debugfs file permissionJeff Johnson1-2/+2
2024-03-08wifi: ath11k: remove obsolete struct wmi_start_scan_argJeff Johnson1-29/+1
2024-03-08wifi: ath12k: remove obsolete struct wmi_start_scan_argJeff Johnson1-28/+0
2024-02-28wifi: ath12k: fix license in p2p.c and p2p.hKalle Valo2-2/+2
2024-02-28wifi: ath11k: constify MHI channel and controller configsJeff Johnson1-5/+5
2024-02-28wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event()Kang Yang1-1/+4
2024-02-28wifi: ath11k: decrease MHI channel buffer length to 8KBBaochen Qiang1-1/+1
2024-02-23wifi: ath11k: thermal: don't try to register multiple timesKalle Valo1-1/+4
2024-02-23wifi: ath11k: fix warning on DMA ring capabilities eventBaochen Qiang1-1/+2
2024-02-23wifi: ath11k: do not dump SRNG statistics during resumeBaochen Qiang1-2/+3
2024-02-23wifi: ath11k: remove MHI LOOPBACK channelsBaochen Qiang1-56/+0
2024-02-23wifi: ath11k: rearrange IRQ enable/disable in reset pathBaochen Qiang1-3/+5
2024-02-22Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo41-412/+2335
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh5-5/+5
2024-02-15wifi: ath11k: remove unused scan_events from struct scan_req_paramsNicolas Escande1-18/+13
2024-02-15wifi: ath11k: add support for QCA2066Baochen Qiang5-1/+115
2024-02-15wifi: ath11k: move pci.ops registration aheadBaochen Qiang1-10/+16
2024-02-15wifi: ath11k: provide address list if chip supports 2 stationsCarl Huang1-0/+30
2024-02-15wifi: ath11k: support 2 station interfacesCarl Huang4-26/+53
2024-02-14wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_argNicolas Escande1-18/+13
2024-02-14wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_argNicolas Escande1-30/+25
2024-02-14wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_argNicolas Escande2-3/+3
2024-02-14wifi: carl9170: Remove redundant assignment to pointer superColin Ian King1-1/+1
2024-02-14wifi: ath11k: Remove scan_flags union from struct scan_req_paramsNicolas Escande1-30/+25
2024-02-14wifi: ath11k: Do not directly use scan_flags in struct scan_req_paramsNicolas Escande2-4/+4
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi1-2/+1
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh6-6/+6
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2-2/+2