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 <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
d43a49a66d
commit
c4dac077bc
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue