aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/551-nl80211_del_beacon_bss.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-28 16:27:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-05-28 16:27:12 +0000
commit1b2b3be64d236d2991836dc21066acc102c63f6b (patch)
treedb3498e6271b15c9ded044b5357a0886a56c43d0 /package/hostapd/patches/551-nl80211_del_beacon_bss.patch
parent016e8dee34bf3f9e735f7ac9afd712e7472bfe7a (diff)
downloadupstream-1b2b3be64d236d2991836dc21066acc102c63f6b.tar.gz
upstream-1b2b3be64d236d2991836dc21066acc102c63f6b.tar.bz2
upstream-1b2b3be64d236d2991836dc21066acc102c63f6b.zip
hostapd: update to 20110527, includes a client mode wpa auth fix
SVN-Revision: 27021
Diffstat (limited to 'package/hostapd/patches/551-nl80211_del_beacon_bss.patch')
-rw-r--r--package/hostapd/patches/551-nl80211_del_beacon_bss.patch12
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 5f3c0f4291..e40c8678d0 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
-@@ -2092,23 +2092,43 @@ wpa_driver_nl80211_finish_drv_init(struc
+@@ -2135,23 +2135,43 @@ wpa_driver_nl80211_finish_drv_init(struc
}
@@ -46,7 +46,7 @@
/**
* wpa_driver_nl80211_deinit - Deinitialize nl80211 driver interface
-@@ -6581,4 +6601,5 @@ const struct wpa_driver_ops wpa_driver_n
+@@ -6658,4 +6678,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,
@@ -54,10 +54,10 @@
};
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
-@@ -2241,6 +2241,8 @@ struct wpa_driver_ops {
- * @signal_info: Connection info structure
- */
- int (*signal_poll)(void *priv, struct wpa_signal_info *signal_info);
+@@ -2253,6 +2253,8 @@ struct wpa_driver_ops {
+ * implementation, there is no need to implement this function.
+ */
+ int (*set_authmode)(void *priv, int authmode);
+
+ int (*stop_ap)(void *priv);
};