summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* wifi: ath12k: add support for peer meta data versionHarshitha Prem2024-02-023-1/+13
* wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTIDSowmiya Sree Elavalagan2024-02-022-12/+41
* wifi: ath12k: indicate NON MBSSID vdev by default during vdev startSriram R2024-02-023-2/+12
* wifi: ath12k: add firmware-2.bin supportRaj Kumar Bhagat2024-02-027-22/+259
* wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before WMI_PEER_ASS...Wen Gong2024-02-021-6/+7
* wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is completeToke Høiland-Jørgensen2024-02-024-9/+11
* wifi: ath9k: remove redundant assignment to variable retColin Ian King2024-02-021-2/+1
* wifi: brcmfmac: add linefeed at end of fileArend van Spriel2024-01-311-1/+1
* Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-01-3148-1061/+2740
|\
| * wifi: ath11k: fix connection failure due to unexpected peer deleteBaochen Qiang2024-01-251-54/+85
| * wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay()Baochen Qiang2024-01-251-231/+228
| * wifi: ath11k: rename ath11k_start_vdev_delay()Baochen Qiang2024-01-251-5/+5
| * wifi: ath11k: remove invalid peer create logicBaochen Qiang2024-01-251-17/+1
| * wifi: ath11k: enable 36 bit mask for stream DMABaochen Qiang2024-01-253-7/+19
| * wifi: ath12k: Fix issues in channel list updateSriram R2024-01-243-4/+4
| * wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-docJeff Johnson2024-01-191-2/+6
| * wifi: ath10k: Fix htt_data_tx_completion kernel-doc warningJeff Johnson2024-01-191-1/+1
| * wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-docJeff Johnson2024-01-191-3/+7
| * wifi: ath10k: correctly document enum wmi_tlv_tx_pause_idJeff Johnson2024-01-191-2/+2
| * wifi: ath10k: add missing wmi_10_4_feature_mask documentationJeff Johnson2024-01-191-2/+5
| * wifi: ath12k: add support for collecting firmware logBaochen Qiang2024-01-194-2/+146
| * wifi: ath12k: Introduce the container for mac80211 hwKarthikeyan Periyasamy2024-01-195-136/+335
| * wifi: ath12k: Refactor the mac80211 hw access from link/radioKarthikeyan Periyasamy2024-01-198-44/+60