diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-13 12:38:51 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-13 12:38:51 +0000 | 
| commit | 4de49556229ab45d25030752041a39aacaf30d7e (patch) | |
| tree | 9bb15ad13013f4013dbcb56b2e17a04ab3eb6c77 /package/hostapd/patches/604-wpa_s-support-htmode-param.patch | |
| parent | 85796641083642a4461d24ef4dd7f9a39681b4c0 (diff) | |
hostapd: update to 2012-09-10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33392 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/604-wpa_s-support-htmode-param.patch')
| -rw-r--r-- | package/hostapd/patches/604-wpa_s-support-htmode-param.patch | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/package/hostapd/patches/604-wpa_s-support-htmode-param.patch b/package/hostapd/patches/604-wpa_s-support-htmode-param.patch index e540d4533..44931f2f3 100644 --- a/package/hostapd/patches/604-wpa_s-support-htmode-param.patch +++ b/package/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 -@@ -337,6 +337,8 @@ struct wpa_driver_associate_params { +@@ -356,6 +356,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 -@@ -6545,6 +6545,22 @@ retry: +@@ -6651,6 +6651,22 @@ retry:   		NLA_PUT_U32(msg, NL80211_ATTR_MCAST_RATE, params->mcast_rate);   	} @@ -52,7 +52,7 @@ Signed-off-by: Antonio Quartulli <ordex@autistici.org>   		goto nla_put_failure;  --- a/wpa_supplicant/config.c  +++ b/wpa_supplicant/config.c -@@ -1463,6 +1463,71 @@ static char * wpa_config_write_mcast_rat +@@ -1495,6 +1495,71 @@ static char * wpa_config_write_mcast_rat   }   #endif /* NO_CONFIG_WRITE */ @@ -124,7 +124,7 @@ Signed-off-by: Antonio Quartulli <ordex@autistici.org>   static int wpa_config_parse_rates(const struct parse_data *data,   				  struct wpa_ssid *ssid, int line,   				  const char *value) -@@ -1701,6 +1766,7 @@ static const struct parse_data ssid_fiel +@@ -1734,6 +1799,7 @@ static const struct parse_data ssid_fiel   	{ INT_RANGE(beacon_interval, 0, 1000) },   	{ FUNC(rates) },   	{ FUNC(mcast_rate) }, @@ -134,7 +134,7 @@ Signed-off-by: Antonio Quartulli <ordex@autistici.org>   #undef OFFSET  --- a/wpa_supplicant/config_ssid.h  +++ b/wpa_supplicant/config_ssid.h -@@ -505,6 +505,8 @@ struct wpa_ssid { +@@ -535,6 +535,8 @@ struct wpa_ssid {   	int beacon_interval;   	unsigned char rates[NL80211_MAX_SUPP_RATES];   	double 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 -@@ -1411,6 +1411,8 @@ void wpa_supplicant_associate(struct wpa +@@ -1577,6 +1577,8 @@ void wpa_supplicant_associate(struct wpa   			i++;   		}   		params.mcast_rate = ssid->mcast_rate;  | 
