summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch')
-rw-r--r--package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch b/package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch
index 5f4df23eb..28eba21d9 100644
--- a/package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch
+++ b/package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch
@@ -8,11 +8,9 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org>
src/drivers/driver_nl80211.c | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
-diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c
-index 22e7075..f510d18 100644
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -6481,7 +6481,7 @@ static int wpa_driver_nl80211_ibss(struct wpa_driver_nl80211_data *drv,
+@@ -6481,7 +6481,7 @@ static int wpa_driver_nl80211_ibss(struc
struct wpa_driver_associate_params *params)
{
struct nl_msg *msg;
@@ -59,6 +57,3 @@ index 22e7075..f510d18 100644
ret = nl80211_set_conn_keys(params, msg);
if (ret)
goto nla_put_failure;
---
-1.7.9.4
-