diff options
Diffstat (limited to 'package/hostapd/patches/552-ctrl_iface_reload.patch')
-rw-r--r-- | package/hostapd/patches/552-ctrl_iface_reload.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/patches/552-ctrl_iface_reload.patch b/package/hostapd/patches/552-ctrl_iface_reload.patch index cf65f76b12..0cb1ccc699 100644 --- a/package/hostapd/patches/552-ctrl_iface_reload.patch +++ b/package/hostapd/patches/552-ctrl_iface_reload.patch @@ -16,7 +16,7 @@ static void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level, const char *buf, size_t len); -@@ -318,6 +320,66 @@ static int hostapd_ctrl_iface_disassocia +@@ -322,6 +324,66 @@ static int hostapd_ctrl_iface_disassocia return 0; } @@ -83,7 +83,7 @@ #ifdef CONFIG_IEEE80211W #ifdef NEED_AP_MLME -@@ -814,6 +876,10 @@ static void hostapd_ctrl_iface_receive(i +@@ -818,6 +880,10 @@ static void hostapd_ctrl_iface_receive(i reply_len += res; } #endif /* CONFIG_NO_RADIUS */ |