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>
This commit is contained in:
parent
361d676a69
commit
575730eb87
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ if WIFI
|
|||
config WIFI_NXP
|
||||
default y
|
||||
|
||||
config WIFI_NM_WPA_SUPPLICANT_11AX
|
||||
default n
|
||||
|
||||
config WIFI_NM_WPA_SUPPLICANT_11AC
|
||||
default n
|
||||
|
||||
choice NXP_WIFI_PART
|
||||
default NXP_IW416
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue