summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath12k: fix license in p2p.c and p2p.hKalle Valo2024-02-282-2/+2
* wifi: ath11k: constify MHI channel and controller configsJeff Johnson2024-02-281-5/+5
* wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event()Kang Yang2024-02-281-1/+4
* wifi: ath11k: decrease MHI channel buffer length to 8KBBaochen Qiang2024-02-281-1/+1
* wifi: ath11k: thermal: don't try to register multiple timesKalle Valo2024-02-231-1/+4
* wifi: ath11k: fix warning on DMA ring capabilities eventBaochen Qiang2024-02-231-1/+2
* wifi: ath11k: do not dump SRNG statistics during resumeBaochen Qiang2024-02-231-2/+3
* wifi: ath11k: remove MHI LOOPBACK channelsBaochen Qiang2024-02-231-56/+0
* wifi: ath11k: rearrange IRQ enable/disable in reset pathBaochen Qiang2024-02-231-3/+5
* Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-02-2241-412/+2335
|\
| * wifi: ath11k: remove unused scan_events from struct scan_req_paramsNicolas Escande2024-02-151-18/+13
| * wifi: ath11k: add support for QCA2066Baochen Qiang2024-02-155-1/+115
| * wifi: ath11k: move pci.ops registration aheadBaochen Qiang2024-02-151-10/+16
| * wifi: ath11k: provide address list if chip supports 2 stationsCarl Huang2024-02-151-0/+30
| * wifi: ath11k: support 2 station interfacesCarl Huang2024-02-154-26/+53
| * wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_argNicolas Escande2024-02-141-18/+13
| * wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_argNicolas Escande2024-02-141-30/+25
| * wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_argNicolas Escande2024-02-142-3/+3
| * wifi: carl9170: Remove redundant assignment to pointer superColin Ian King2024-02-141-1/+1
| * wifi: ath11k: Remove scan_flags union from struct scan_req_paramsNicolas Escande2024-02-141-30/+25
| * wifi: ath11k: Do not directly use scan_flags in struct scan_req_paramsNicolas Escande2024-02-142-4/+4
| * wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate()Nathan Chancellor2024-02-071-0/+1
| * wifi: ath11k: Really consistently use ath11k_vif_to_arvif()Jeff Johnson2024-02-071-2/+2
| * wifi: ath12k: advertise P2P dev support for WCN7850Kang Yang2024-02-072-1/+16
| * wifi: ath12k: designating channel frequency for ROC scanKang Yang2024-02-071-1/+16
| * wifi: ath12k: move peer delete after vdev stop of station for WCN7850Kang Yang2024-02-071-45/+54
| * wifi: ath12k: allow specific mgmt frame tx while vdev is not upKang Yang2024-02-071-2/+2
| * wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512Kang Yang2024-02-071-5/+1
| * wifi: ath12k: implement remain on channel for P2P modeKang Yang2024-02-073-0/+131
| * wifi: ath12k: implement handling of P2P NoA eventKang Yang2024-02-076-3/+281
| * wifi: ath12k: add P2P IE in beacon templateKang Yang2024-02-073-2/+132
| * wifi: ath12k: change interface combination for P2P modeKang Yang2024-02-071-4/+19
| * wifi: ath12k: fix incorrect logic of calculating vdev_stats_idKang Yang2024-02-071-1/+1
| * wifi: ath12k: fix broken structure wmi_vdev_create_cmdKang Yang2024-02-072-0/+6
| * wifi: ath11k: initialize eirp_power before useBaochen Qiang2024-02-051-1/+2
| * wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before useBaochen Qiang2024-02-051-0/+4
| * wifi: ath12k: enable 802.11 power save mode in station modeBaochen Qiang2024-02-054-0/+63
| * wifi: ath12k: refactor the rfkill workerKarthikeyan Periyasamy2024-02-021-6/+14
| * wifi: ath12k: add processing for TWT disable eventLingbo Kong2024-02-022-1/+39
| * wifi: ath12k: add processing for TWT enable eventLingbo Kong2024-02-022-1/+39
| * wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274Raj Kumar Bhagat2024-02-024-0/+10
| * wifi: ath12k: Read board id to support split-PHY QCN9274Ganesh Babu Jothiram2024-02-028-11/+64
| * wifi: ath12k: fix PCI read and writeP Praneesh2024-02-021-20/+23
| * wifi: ath12k: add MAC id support in WBM error pathKarthikeyan Periyasamy2024-02-024-20/+45
| * wifi: ath12k: subscribe required word mask from rx tlvKarthikeyan Kathirvel2024-02-028-9/+535
| * wifi: ath12k: remove hal_desc_sz from hw paramsRaj Kumar Bhagat2024-02-029-23/+43
| * wifi: ath12k: split hal_ops to support RX TLVs word mask compactionRaj Kumar Bhagat2024-02-026-46/+63
| * wifi: ath12k: fix firmware assert during insmod in memory segment modeAaradhana Sahu2024-02-025-20/+52
| * wifi: ath12k: Add logic to write QRTR node id to scratchP Praneesh2024-02-024-3/+45
| * wifi: ath12k: fix fetching MCBC flag for QCN9274Raj Kumar Bhagat2024-02-021-3/+3