From f53b96813ecf512f6e9b6a4f2467825adc356419 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 8 Aug 2013 16:04:19 +0000 Subject: hostapd: update to latest version (20130707) Signed-off-by: Felix Fietkau SVN-Revision: 37738 --- .../602-driver_nl80211-use-new-parameters-during-ibss-join.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/services/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch') diff --git a/package/network/services/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch b/package/network/services/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch index 4288e9c142..a95860260b 100644 --- a/package/network/services/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch +++ b/package/network/services/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch @@ -10,7 +10,7 @@ Signed-hostap: Antonio Quartulli --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -7525,7 +7525,7 @@ static int wpa_driver_nl80211_ibss(struc +@@ -7570,7 +7570,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 int count = 0; wpa_printf(MSG_DEBUG, "nl80211: Join IBSS (ifindex=%d)", drv->ifindex); -@@ -7558,6 +7558,37 @@ retry: +@@ -7603,6 +7603,37 @@ retry: wpa_printf(MSG_DEBUG, " * freq=%d", params->freq); NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, params->freq); -- cgit v1.2.3