aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-28 17:20:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-28 17:20:10 +0000
commit2f7101941d1474111e2dffda1c38336e37aa4c18 (patch)
tree9372446f55f4fbabbbb92a9d43f60ddb672eb66e /package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch
parentff6f6c121d494f2ce951a524d4c9f06ebba0b468 (diff)
downloadmaster-187ad058-2f7101941d1474111e2dffda1c38336e37aa4c18.tar.gz
master-187ad058-2f7101941d1474111e2dffda1c38336e37aa4c18.tar.bz2
master-187ad058-2f7101941d1474111e2dffda1c38336e37aa4c18.zip
hostapd: fix mesh interface bridge handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48529 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch')
-rw-r--r--package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch b/package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch
index 62ce84e635..aa2ac197e8 100644
--- a/package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch
+++ b/package/network/services/hostapd/patches/462-wpa_s-support-htmode-param.patch
@@ -27,7 +27,7 @@ Signed-off-by: Antonio Quartulli <ordex@autistici.org>
* bssid_hint - BSSID of a proposed AP
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -4549,6 +4549,22 @@ retry:
+@@ -4550,6 +4550,22 @@ retry:
nla_put_u32(msg, NL80211_ATTR_MCAST_RATE, params->mcast_rate);
}