aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-26 19:48:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-26 19:48:06 +0000
commit27a58eb4ae42ab99ef0734c7910e75d2df71d99c (patch)
treef479269f34afb86086b18261ebbaab75a203b4de /package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch
parentdc503026ad0a0a66fb77663e0e68d02fa63ad1b4 (diff)
downloadupstream-27a58eb4ae42ab99ef0734c7910e75d2df71d99c.tar.gz
upstream-27a58eb4ae42ab99ef0734c7910e75d2df71d99c.tar.bz2
upstream-27a58eb4ae42ab99ef0734c7910e75d2df71d99c.zip
hostapd: update to version 2014-04-24, fixes some dfs related issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch')
-rw-r--r--package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch b/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch
index bcf15997f5..c774682323 100644
--- a/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch
+++ b/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch
@@ -10,7 +10,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org>
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -8398,7 +8398,7 @@ static int wpa_driver_nl80211_ibss(struc
+@@ -8455,7 +8455,7 @@ static int wpa_driver_nl80211_ibss(struc
struct wpa_driver_associate_params *params)
{
struct nl_msg *msg;
@@ -19,7 +19,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org>
int count = 0;
wpa_printf(MSG_DEBUG, "nl80211: Join IBSS (ifindex=%d)", drv->ifindex);
-@@ -8437,6 +8437,37 @@ retry:
+@@ -8494,6 +8494,37 @@ retry:
params->beacon_int);
}