Add support for CONFIG_NO_ROAMING to Makefile
authorLauri Hintsala <lauri.hintsala@silabs.com>
Fri, 20 Mar 2015 18:46:03 +0000 (20:46 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Mar 2015 17:37:39 +0000 (20:37 +0300)
commitce18c107733969be74eef387564db2ef1285df98
treeda4e284fc63782551c736b62d53e89c50c34f9c8
parent65a7b21f5ec22efe12d58cb3b760fb9e93ff8502
Add support for CONFIG_NO_ROAMING to Makefile

Commit e9af53ad39a19264bf5307a1b5923afc2b2f9b06 introduced new
CONFIG_NO_ROAMING configuration parameter but unfortunately it was added
only to Android.mk. Enabling this parameter didn't have any effect when
Makefile was used to build wpa_supplicant. This commit fixes that problem
and cleans "unused variable" compiler warning.

Signed-off-by: Lauri Hintsala <lauri.hintsala@silabs.com>
wpa_supplicant/Makefile
wpa_supplicant/events.c