diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
commit | 814af8484ea438eaa7f72146f7ba51b0bf50751a (patch) | |
tree | 39177197faf7a05e5f5cb08e6919f8adbb9aa41f /package/hostapd/patches/552-ctrl_iface_reload.patch | |
parent | d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1 (diff) | |
download | upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.gz upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.bz2 upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.zip |
hostapd: update to 2010-11-11
SVN-Revision: 23969
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 */ |