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:
Kumar Gala 2019-02-11 14:47:50 -06:00 committed by Anas Nashif
commit 861c82d05f

View file

@ -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"