File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -836,12 +836,28 @@ config NXP_WIFI_RECOVERY
836
836
help
837
837
This option is used to enable wifi recovery support.
838
838
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
+
839
853
config NXP_WIFI_MMSF
840
854
bool "11AX density config"
841
- default y if NXP_RW610 || NXP_IW610
855
+ default y
842
856
help
843
857
This option is used to specify/get 11ax density config in the Wi-Fi driver.
844
858
859
+ endif # NXP_RW610 || NXP_IW610
860
+
845
861
if NXP_RW610
846
862
847
863
config NXP_WIFI_FW_VDLLV2
@@ -856,18 +872,6 @@ config NXP_WIFI_AUTO_NULL_TX
856
872
help
857
873
This option is to support sending null frame in period for CSI.
858
874
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
-
871
875
config NXP_WIFI_CAU_TEMPERATURE
872
876
bool "Cau temperature"
873
877
default y
You can’t perform that action at this time.
0 commit comments