Browse Source

qcacld-3.0: Support local packet capture for pineapple

Support local packet capture for pineapple.

Change-Id: Ib0d5ccc439fe86f6be5de3812cf8667ec49ba1e3
CRs-Fixed: 3517167
Srinivas Girigowda 1 year ago
parent
commit
63dfb1a98c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      configs/kiwi_v2_defconfig

+ 2 - 0
configs/kiwi_v2_defconfig

@@ -99,5 +99,7 @@ CONFIG_WLAN_SYSFS_RANGE_EXT := n
 
 endif # ARCH_SDXPINN
 
+ifeq ($(CONFIG_ARCH_PINEAPPLE), y)
 CONFIG_WLAN_TX_MON_2_0 := y
 CONFIG_WLAN_DP_LOCAL_PKT_CAPTURE := y
+endif