summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-06-27wifi: ath12k: check M3 buffer size as well whey trying to reuse itBaochen Qiang1-15/+21
2024-06-27wifi: ath12k: fix the problem that down grade phy mode operationLingbo Kong1-3/+13
2024-06-27wifi: ath12k: fix kernel crash during resumeBaochen Qiang3-6/+26
2024-06-27wifi: ath9k: work around memset overflow warningArnd Bergmann2-4/+5
2024-06-21wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz APBaochen Qiang1-13/+25
2024-06-21wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevsCarl Huang1-1/+1
2024-06-16wifi: ath10k: fix QCOM_RPROC_COMMON dependencyDmitry Baryshkov1-0/+1
2024-05-30wifi: ar5523: enable proper endpoint verificationNikita Zhandarovich1-0/+14
2024-05-30wifi: carl9170: add a proper sanity check for endpointsNikita Zhandarovich1-0/+32
2024-05-30wifi: ath10k: populate board data for WCN3990Dmitry Baryshkov3-0/+7
2024-05-30wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_tr...Su Hui1-1/+1
2024-05-30wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()Karthikeyan Kathirvel1-0/+3
2024-05-30wifi: carl9170: re-fix fortified-memset warningArnd Bergmann1-1/+2
2024-05-30wifi: ath12k: use correct flag field for 320 MHz channelsAloka Dixit1-1/+1
2024-05-30wifi: ath11k: don't force enable power save on non-running vdevsBaochen Qiang1-8/+1
2024-05-30wifi: ath10k: poll service ready message before failingBaochen Qiang1-3/+23
2024-04-16wifi: ath11k: use RCU when accessing struct inet6_dev::ac_listKalle Valo1-1/+3
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
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2-6/+6
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg6-0/+24
2024-02-08Merge wireless into wireless-nextJohannes Berg2-0/+2
2024-02-07wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate()Nathan Chancellor1-0/+1
2024-02-07wifi: ath11k: Really consistently use ath11k_vif_to_arvif()Jeff Johnson1-2/+2
2024-02-07wifi: ath12k: advertise P2P dev support for WCN7850Kang Yang2-1/+16
2024-02-07wifi: ath12k: designating channel frequency for ROC scanKang Yang1-1/+16
2024-02-07wifi: ath12k: move peer delete after vdev stop of station for WCN7850Kang Yang1-45/+54