Skip to content

Commit 75ac644

Browse files
gangli02danieldegrasse
authored andcommitted
drivers: wifi: nxp: enable net monitor mode on IW610
Enable CONFIG_NXP_WIFI_NET_MONITOR, CONFIG_NXP_WIFI_HOST_TXRX_MGMT_FRAME, CONFIG_NXP_WIFI_MMSF on IW610. Signed-off-by: Gang Li <[email protected]>
1 parent fe348bc commit 75ac644

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -836,12 +836,28 @@ config NXP_WIFI_RECOVERY
836836
help
837837
This option is used to enable wifi recovery support.
838838

839+
if NXP_RW610 || NXP_IW610
840+
841+
config NXP_WIFI_NET_MONITOR
842+
bool "Networking monitor"
843+
default y
844+
help
845+
This option is used to set/get network monitor configuration.
846+
847+
config NXP_WIFI_HOST_TXRX_MGMT_FRAME
848+
bool "Host send management and data frame in monitor mode"
849+
default y
850+
help
851+
This option is used to send management and data frame in monitor mode.
852+
839853
config NXP_WIFI_MMSF
840854
bool "11AX density config"
841-
default y if NXP_RW610 || NXP_IW610
855+
default y
842856
help
843857
This option is used to specify/get 11ax density config in the Wi-Fi driver.
844858

859+
endif # NXP_RW610 || NXP_IW610
860+
845861
if NXP_RW610
846862

847863
config NXP_WIFI_FW_VDLLV2
@@ -856,18 +872,6 @@ config NXP_WIFI_AUTO_NULL_TX
856872
help
857873
This option is to support sending null frame in period for CSI.
858874

859-
config NXP_WIFI_NET_MONITOR
860-
bool "Networking monitor"
861-
default y
862-
help
863-
This option is used to set/get network monitor configuration.
864-
865-
config NXP_WIFI_HOST_TXRX_MGMT_FRAME
866-
bool "Host send management and data frame in monitor mode"
867-
default y
868-
help
869-
This option is used to send management and data frame in monitor mode.
870-
871875
config NXP_WIFI_CAU_TEMPERATURE
872876
bool "Cau temperature"
873877
default y

0 commit comments

Comments
 (0)