Skip to content

Commit 575730e

Browse files
abhinavnxpfabiobaltieri
authored andcommitted
boards: shields: nxp_mw_wifi_bt: Disable modes for IW416
Disabled 11AX and 11AC for IW416 since it is 11n soc. Signed-off-by: Abhinav Kulkarni <abhinav.kulkarni@nxp.com>
1 parent 361d676 commit 575730e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ if WIFI
1616
config WIFI_NXP
1717
default y
1818

19+
config WIFI_NM_WPA_SUPPLICANT_11AX
20+
default n
21+
22+
config WIFI_NM_WPA_SUPPLICANT_11AC
23+
default n
24+
1925
choice NXP_WIFI_PART
2026
default NXP_IW416
2127
endchoice

0 commit comments

Comments
 (0)