samples: net: zperf: rename WLAN to WIFI
We refer to it as WIFI and not WLAN, so use that CONFIG symbol and string. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
b16509f168
commit
861c82d05f
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ LOG_MODULE_REGISTER(net_zperf_sample, LOG_LEVEL_DBG);
|
|||
|
||||
static const char *CONFIG =
|
||||
"unified"
|
||||
#if defined(CONFIG_WLAN)
|
||||
" wlan"
|
||||
#if defined(CONFIG_WIFI)
|
||||
" wifi"
|
||||
#endif
|
||||
#if defined(CONFIG_NET_L2_ETHERNET)
|
||||
" ethernet"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue