summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/551-mac80211_fix_iftype_wds.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-12 17:17:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-12 17:17:56 +0000
commitbc3305d88ecd77f0812383a5e771824a014444b6 (patch)
tree75f0c64e04d908adf380c78922aab4250d6f32c2 /package/mac80211/patches/551-mac80211_fix_iftype_wds.patch
parent0d06c28835ce3693e509f3882f30ff6528e372f4 (diff)
mac80211: fix WPA auth on WDS station interfaces (#9227)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26609 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/551-mac80211_fix_iftype_wds.patch')
-rw-r--r--package/mac80211/patches/551-mac80211_fix_iftype_wds.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/551-mac80211_fix_iftype_wds.patch b/package/mac80211/patches/551-mac80211_fix_iftype_wds.patch
index 693cdd291..e779ad364 100644
--- a/package/mac80211/patches/551-mac80211_fix_iftype_wds.patch
+++ b/package/mac80211/patches/551-mac80211_fix_iftype_wds.patch
@@ -1,6 +1,6 @@
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
-@@ -2330,13 +2330,14 @@ ieee80211_rx_h_mgmt(struct ieee80211_rx_
+@@ -2328,13 +2328,14 @@ ieee80211_rx_h_mgmt(struct ieee80211_rx_
if (!ieee80211_vif_is_mesh(&sdata->vif) &&
sdata->vif.type != NL80211_IFTYPE_ADHOC &&
@@ -17,7 +17,7 @@
break;
case cpu_to_le16(IEEE80211_STYPE_DEAUTH):
case cpu_to_le16(IEEE80211_STYPE_DISASSOC):
-@@ -2716,7 +2717,10 @@ static int prepare_for_handlers(struct i
+@@ -2714,7 +2715,10 @@ static int prepare_for_handlers(struct i
}
break;
case NL80211_IFTYPE_WDS: