commit | bf42164084be71745ac7062bbafeb530e3cfc167 | [log] [tgz] |
---|---|---|
author | Maochen Wang <maochen.wang@nxp.com> | Wed Jul 17 13:57:53 2024 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jul 27 15:09:20 2024 +0300 |
tree | 60269e0016934206a1aeef138528988df3739fbe | |
parent | 2a39132645c335a6523acc7e156fdb255ff8f293 [diff] |
net: wifi: Fix the nm type check error Fix the NM iface type check error, should use (1 << WIFI_TYPE_STA), instead of WIFI_TYPE_STA. Same for WIFI_TYPE_SAP. Signed-off-by: Maochen Wang <maochen.wang@nxp.com>