Skip to content

Commit 87bcc5d

Browse files
Abhinav KulkarniChromeos LUCI
authored andcommitted
boards: shields: nxp_mw_wifi_bt: Disable modes for IW416
Disabled 11AX and 11AC for IW416 since it is 11n soc. (cherry picked from commit 575730e) Original-Signed-off-by: Abhinav Kulkarni <[email protected]> GitOrigin-RevId: 575730e Cr-Build-Id: 8711682253588645601 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8711682253588645601 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Ib91d80131c6a7a80c1c5cb408f913ea67fe7e7f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6655861 Reviewed-by: Yuval Peress <[email protected]> Tested-by: Yuval Peress <[email protected]> Reviewed-by: Keith Short <[email protected]> Tested-by: ChromeOS Copybot <[email protected]> Commit-Queue: Keith Short <[email protected]> Tested-by: Keith Short <[email protected]>
1 parent 36375e0 commit 87bcc5d

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)