wifi: ath12k: enable monitor mode for WCN7850
authorKang Yang <kang.yang@oss.qualcomm.com>
Mon, 21 Apr 2025 02:34:44 +0000 (10:34 +0800)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 16 May 2025 19:38:56 +0000 (12:38 -0700)
Enable monitor mode for WCN7850.

Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1

Signed-off-by: Kang Yang <kang.yang@oss.qualcomm.com>
Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20250421023444.1778-14-kang.yang@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/hw.c

index 482b0f4e8f95bfafe8ec5b7cc105002b10f741da..7e2cf0fb2085ab014fc14a5c81074802674b154e 100644 (file)
@@ -1380,7 +1380,7 @@ static const struct ath12k_hw_params ath12k_hw_params[] = {
                                   BIT(NL80211_IFTYPE_P2P_DEVICE) |
                                   BIT(NL80211_IFTYPE_P2P_CLIENT) |
                                   BIT(NL80211_IFTYPE_P2P_GO),
-               .supports_monitor = false,
+               .supports_monitor = true,
 
                .idle_ps = true,
                .download_calib = false,