diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 19:44:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 19:44:47 +0000 |
commit | 8807b396cea23d9d4f2b08583f59b076e59efbb5 (patch) | |
tree | 3676a81622bd4730bf194beb47982670829b599b /package/hostapd/patches/551-nl80211_del_beacon_bss.patch | |
parent | f4aef6d5534e65a7c1bce7a118168ff5e85f0f75 (diff) | |
download | mtk-20170518-8807b396cea23d9d4f2b08583f59b076e59efbb5.zip mtk-20170518-8807b396cea23d9d4f2b08583f59b076e59efbb5.tar.gz mtk-20170518-8807b396cea23d9d4f2b08583f59b076e59efbb5.tar.bz2 |
hostapd: update to 20110402, fixes issues with non-QoS clients
SVN-Revision: 26414
Diffstat (limited to 'package/hostapd/patches/551-nl80211_del_beacon_bss.patch')
-rw-r--r-- | package/hostapd/patches/551-nl80211_del_beacon_bss.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/hostapd/patches/551-nl80211_del_beacon_bss.patch b/package/hostapd/patches/551-nl80211_del_beacon_bss.patch index bd71a7b..43c550a 100644 --- a/package/hostapd/patches/551-nl80211_del_beacon_bss.patch +++ b/package/hostapd/patches/551-nl80211_del_beacon_bss.patch @@ -1,6 +1,6 @@ --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -2065,23 +2065,41 @@ wpa_driver_nl80211_finish_drv_init(struc +@@ -2092,23 +2092,41 @@ wpa_driver_nl80211_finish_drv_init(struc } @@ -44,7 +44,7 @@ /** * wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface -@@ -6529,4 +6547,5 @@ const struct wpa_driver_ops wpa_driver_n +@@ -6566,4 +6584,5 @@ const struct wpa_driver_ops wpa_driver_n .set_intra_bss = nl80211_set_intra_bss, .set_param = nl80211_set_param, .get_radio_name = nl80211_get_radio_name, @@ -52,10 +52,10 @@ }; --- a/src/drivers/driver.h +++ b/src/drivers/driver.h -@@ -2217,6 +2217,8 @@ struct wpa_driver_ops { - const u8 *buf, size_t len); - - int (*tdls_oper)(void *priv, enum tdls_oper oper, const u8 *peer); +@@ -2240,6 +2240,8 @@ struct wpa_driver_ops { + * @signal_info: Connection info structure + */ + int (*signal_poll)(void *priv, struct wpa_signal_info *signal_info); + + int (*stop_ap)(void *priv); }; |