]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix compiler warning with CONFIG_IEEE80211R no-CONFIG_FILS build
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 9 May 2017 20:29:55 +0000 (23:29 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 9 May 2017 20:36:36 +0000 (23:36 +0300)
commit95818ec174017ab772f2bf1ad4c25bc679ebd0cf
treebe528915076d363c8b33c57d24e8905431d76b13
parent61363945452b061eff166e1ada065aa1ddf9fe54
Fix compiler warning with CONFIG_IEEE80211R no-CONFIG_FILS build

Addition of remove_ies() handled the CONFIG_IEEE80211R dependency, but
missed the caller being within CONFIG_FILS as well.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/sme.c