From 088a126240afe031df25a5589f6f1f6c5a6a7d8c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 29 Aug 2012 16:06:24 +0000 Subject: hostapd: fix ap+sta issues SVN-Revision: 33311 --- .../602-driver_nl80211-use-new-parameters-during-ibss-join.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch') 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 5f4df23ebe..28eba21d95 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 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 - -- cgit v1.2.3