summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-08 16:04:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-08 16:04:19 +0000
commitf53b96813ecf512f6e9b6a4f2467825adc356419 (patch)
tree61472c5654a7f5b0fae9abfdbfe5bdf35c3e531a /package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
parent73a584f912d266b7ab0bbee254b5fa1f268d1617 (diff)
downloadmaster-31e0f0ae-f53b96813ecf512f6e9b6a4f2467825adc356419.tar.gz
master-31e0f0ae-f53b96813ecf512f6e9b6a4f2467825adc356419.tar.bz2
master-31e0f0ae-f53b96813ecf512f6e9b6a4f2467825adc356419.zip
hostapd: update to latest version (20130707)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37738
Diffstat (limited to 'package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch')
-rw-r--r--package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch b/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
index b068fa92d4..770f22a5f0 100644
--- a/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
+++ b/package/network/services/hostapd/patches/604-wpa_s-support-htmode-param.patch
@@ -16,7 +16,7 @@ Signed-off-by: Antonio Quartulli <ordex@autistici.org>
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
-@@ -374,6 +374,8 @@ struct wpa_driver_associate_params {
+@@ -375,6 +375,8 @@ struct wpa_driver_associate_params {
int fixed_freq;
unsigned char rates[NL80211_MAX_SUPP_RATES];
int mcast_rate;
@@ -27,7 +27,7 @@ Signed-off-by: Antonio Quartulli <ordex@autistici.org>
* bg_scan_period - Background scan period in seconds, 0 to disable
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -7589,6 +7589,22 @@ retry:
+@@ -7634,6 +7634,22 @@ retry:
NLA_PUT_U32(msg, NL80211_ATTR_MCAST_RATE, params->mcast_rate);
}
@@ -145,7 +145,7 @@ Signed-off-by: Antonio Quartulli <ordex@autistici.org>
#endif /* CONFIG_SSID_H */
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -1615,6 +1615,8 @@ void wpa_supplicant_associate(struct wpa
+@@ -1616,6 +1616,8 @@ void wpa_supplicant_associate(struct wpa
i++;
}
params.mcast_rate = ssid->mcast_rate;