summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
...
| * 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: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh2024-02-215-5/+5
* | wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2024-02-121-2/+1
* | wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-086-6/+6
* | wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2024-02-082-2/+2
* | wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-082-6/+6
* | wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-086-0/+24
* | Merge wireless into wireless-nextJohannes Berg2024-02-082-0/+2
|\ \ | |/ |/|
| * wifi: fill in MODULE_DESCRIPTION()s for wcn36xxBreno Leitao2024-01-311-0/+1
| * wifi: fill in MODULE_DESCRIPTION()s for ar5523Breno Leitao2024-01-311-0/+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
| * wifi: ath12k: change MAC buffer ring size to 2048Baochen Qiang2024-01-182-1/+2
| * wifi: ath12k: add support for BA1024Baochen Qiang2024-01-184-5/+16
| * wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queueBaochen Qiang2024-01-181-7/+7
| * wifi: ath10k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy2024-01-186-20/+22
| * wifi: ath11k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy2024-01-182-5/+5
| * wifi: ath12k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy2024-01-183-9/+9
| * wifi: ath12k: add QMI PHY capability learn supportKarthikeyan Periyasamy2024-01-173-2/+140
| * wifi: ath12k: refactor QMI MLO host capability helper functionKarthikeyan Periyasamy2024-01-173-10/+36
| * wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BMJeff Johnson2024-01-161-1/+2
| * wifi: ath12k: ath12k_start_vdev_delay(): convert to use arKarthikeyan Periyasamy2024-01-161-7/+6
| * wifi: ath12k: refactor ath12k_mac_op_flush()Karthikeyan Periyasamy2024-01-161-6/+12
| * wifi: ath12k: refactor ath12k_mac_op_ampdu_action()Karthikeyan Periyasamy2024-01-161-5/+21
| * wifi: ath12k: refactor ath12k_mac_op_configure_filter()Karthikeyan Periyasamy2024-01-161-9/+19
| * wifi: ath12k: refactor ath12k_mac_op_update_vif_offload()Karthikeyan Periyasamy2024-01-161-5/+12
| * wifi: ath12k: refactor ath12k_mac_op_stop()Karthikeyan Periyasamy2024-01-161-4/+10
| * wifi: ath12k: refactor ath12k_mac_op_start()Karthikeyan Periyasamy2024-01-161-8/+23
| * wifi: ath12k: refactor ath12k_mac_op_conf_tx()Karthikeyan Periyasamy2024-01-161-13/+28
| * wifi: ath12k: refactor ath12k_bss_assoc()Karthikeyan Periyasamy2024-01-161-17/+26
| * wifi: ath12k: refactor ath12k_mac_op_config()Karthikeyan Periyasamy2024-01-161-3/+16