From: Andrei Otcheretianski Date: Tue, 12 Dec 2023 17:02:49 +0000 (+0200) Subject: wpa_supplicant: Remove redundant CONFIG_WNM in wnm_sta.c X-Git-Tag: hostap_2_11~663 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4dac077bc1b009224457e1d7b830b6aafb371bc;p=thirdparty%2Fhostap.git wpa_supplicant: Remove redundant CONFIG_WNM in wnm_sta.c The entire file is compiled only under CONFIG_WNM, remove it. Signed-off-by: Andrei Otcheretianski --- diff --git a/wpa_supplicant/wnm_sta.c b/wpa_supplicant/wnm_sta.c index ccfc34d20..58c6bb45a 100644 --- a/wpa_supplicant/wnm_sta.c +++ b/wpa_supplicant/wnm_sta.c @@ -2036,8 +2036,6 @@ void wnm_set_coloc_intf_elems(struct wpa_supplicant *wpa_s, void wnm_clear_coloc_intf_reporting(struct wpa_supplicant *wpa_s) { -#ifdef CONFIG_WNM wpa_s->coloc_intf_dialog_token = 0; wpa_s->coloc_intf_auto_report = 0; -#endif /* CONFIG_WNM */ }