aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-08-29 16:06:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-08-29 16:06:24 +0000
commita57015d0dc7810ae5b22e968ff2fab52c74f6487 (patch)
treeb471b8f628e813ac6ad5dd45e437dcaf5b7e9a65 /package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch
parent22fef4fdc73cdc815779ba3957dcace6116ff89c (diff)
downloadupstream-a57015d0dc7810ae5b22e968ff2fab52c74f6487.tar.gz
upstream-a57015d0dc7810ae5b22e968ff2fab52c74f6487.tar.bz2
upstream-a57015d0dc7810ae5b22e968ff2fab52c74f6487.zip
hostapd: fix ap+sta issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33311 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 <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
-