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-06-05 15:58:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-05 15:58:01 +0000
commit5758b210e3ae37fe949a528281746cdab33b3138 (patch)
tree56a61d3a8976bc10a8af73ae3d8e8e26485744ab /package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch
parent22fcfab3533ca3f974c768efffd3524a9698b49f (diff)
downloadupstream-5758b210e3ae37fe949a528281746cdab33b3138.tar.gz
upstream-5758b210e3ae37fe949a528281746cdab33b3138.tar.bz2
upstream-5758b210e3ae37fe949a528281746cdab33b3138.zip
hostapd: update to 2014-06-03
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41022
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 c774682323..e7484d927c 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
-@@ -8455,7 +8455,7 @@ static int wpa_driver_nl80211_ibss(struc
+@@ -8581,7 +8581,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);
-@@ -8494,6 +8494,37 @@ retry:
+@@ -8620,6 +8620,37 @@ retry:
params->beacon_int);
}