diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-08-29 16:06:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-08-29 16:06:24 +0000 |
commit | 088a126240afe031df25a5589f6f1f6c5a6a7d8c (patch) | |
tree | 9a499fcb3ad10dba5e7637f1a24663617e77d82c /package/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch | |
parent | 11c3392b7fcbfb750b15f8ac825ac50f9b962dd5 (diff) | |
download | upstream-088a126240afe031df25a5589f6f1f6c5a6a7d8c.tar.gz upstream-088a126240afe031df25a5589f6f1f6c5a6a7d8c.tar.bz2 upstream-088a126240afe031df25a5589f6f1f6c5a6a7d8c.zip |
hostapd: fix ap+sta issues
SVN-Revision: 33311
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.patch | 7 |
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 - |