diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-02 15:48:50 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-02 15:48:50 +0000 |
commit | 2aff28a29307573a20b55afd8181b4aa2651e095 (patch) | |
tree | 77427113eeb04bd49c26d0561fd7d7b7a95b2a38 /user/wpa_supplicant/undefined-ref.patch | |
parent | 4fe22cb9d148fbf95e68a212d4139636cac94ae7 (diff) | |
download | packages-2aff28a29307573a20b55afd8181b4aa2651e095.tar.gz packages-2aff28a29307573a20b55afd8181b4aa2651e095.tar.bz2 packages-2aff28a29307573a20b55afd8181b4aa2651e095.tar.xz packages-2aff28a29307573a20b55afd8181b4aa2651e095.zip |
user/wpa_supplicant: bump to 2.8
Diffstat (limited to 'user/wpa_supplicant/undefined-ref.patch')
-rw-r--r-- | user/wpa_supplicant/undefined-ref.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/user/wpa_supplicant/undefined-ref.patch b/user/wpa_supplicant/undefined-ref.patch deleted file mode 100644 index 97a8cc7f3..000000000 --- a/user/wpa_supplicant/undefined-ref.patch +++ /dev/null @@ -1,38 +0,0 @@ -From f2973fa39d6109f0f34969e91551a98dc340d537 Mon Sep 17 00:00:00 2001 -From: Jouni Malinen <j@w1.fi> -Date: Mon, 3 Dec 2018 12:00:26 +0200 -Subject: FT: Fix CONFIG_IEEE80211X=y build without CONFIG_FILS=y - -remove_ie() was defined within an ifdef CONFIG_FILS block while it is -now needed even without CONFIG_FILS=y. Remove the CONFIG_FILS condition -there. - -Fixes 8c41734e5de1 ("FT: Fix Reassociation Request IEs during FT protocol") -Signed-off-by: Jouni Malinen <j@w1.fi> ---- - wpa_supplicant/sme.c | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/wpa_supplicant/sme.c b/wpa_supplicant/sme.c -index 39c8069..f77f751 100644 ---- a/wpa_supplicant/sme.c -+++ b/wpa_supplicant/sme.c -@@ -1386,7 +1386,6 @@ void sme_event_auth(struct wpa_supplicant *wpa_s, union wpa_event_data *data) - } - - --#ifdef CONFIG_FILS - #ifdef CONFIG_IEEE80211R - static void remove_ie(u8 *buf, size_t *len, u8 eid) - { -@@ -1401,7 +1400,6 @@ static void remove_ie(u8 *buf, size_t *len, u8 eid) - } - } - #endif /* CONFIG_IEEE80211R */ --#endif /* CONFIG_FILS */ - - - void sme_associate(struct wpa_supplicant *wpa_s, enum wpas_mode mode, --- -cgit v0.12 - |