]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: ath12k: Enable monitor mode support on IPQ5332
authorAaradhana Sahu <aaradhana.sahu@oss.qualcomm.com>
Fri, 27 Feb 2026 03:33:32 +0000 (09:03 +0530)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Mon, 2 Mar 2026 21:02:05 +0000 (13:02 -0800)
commit80a1147469b07a384f6f83a26b31bcd63d6684c0
tree5e91e125f07f54349dc3a1546104e27e488d8ac6
parentf33a8e41826831fc8ceb5f62833488cd9388ed59
wifi: ath12k: Enable monitor mode support on IPQ5332

Currently, rxdma1_enable and supports_monitor are set to false in
IPQ5332 hardware parameters, which skips monitor ring configuration
and removes NL80211_IFTYPE_MONITOR from the supported interface modes.

Set rxdma1_enable and supports_monitor to true so that monitor rings are
configured and monitor mode is enabled on IPQ5332.

Tested-on: IPQ5332 hw1.0 AHB WLAN.WBE.1.7-00587-QCAHKSWPL_SILICONZ-1

Signed-off-by: Aaradhana Sahu <aaradhana.sahu@oss.qualcomm.com>
Reviewed-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com>
Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20260227033332.687805-1-aaradhana.sahu@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/wifi7/hw.c