aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/552-mac80211_enable_iftype_wds_aggregation.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-12 17:17:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-12 17:17:56 +0000
commit8e6a4de873c33528a3c96977460dfcd1ebb8e400 (patch)
tree75f0c64e04d908adf380c78922aab4250d6f32c2 /package/mac80211/patches/552-mac80211_enable_iftype_wds_aggregation.patch
parentd824020e25077f6659e76a5057ec2af3e21ee0e7 (diff)
downloadmaster-187ad058-8e6a4de873c33528a3c96977460dfcd1ebb8e400.tar.gz
master-187ad058-8e6a4de873c33528a3c96977460dfcd1ebb8e400.tar.bz2
master-187ad058-8e6a4de873c33528a3c96977460dfcd1ebb8e400.zip
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/552-mac80211_enable_iftype_wds_aggregation.patch')
-rw-r--r--package/mac80211/patches/552-mac80211_enable_iftype_wds_aggregation.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/552-mac80211_enable_iftype_wds_aggregation.patch b/package/mac80211/patches/552-mac80211_enable_iftype_wds_aggregation.patch
index 953ff59f48..e171946989 100644
--- a/package/mac80211/patches/552-mac80211_enable_iftype_wds_aggregation.patch
+++ b/package/mac80211/patches/552-mac80211_enable_iftype_wds_aggregation.patch
@@ -33,7 +33,7 @@
IEEE80211_STYPE_ACTION);
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
-@@ -2132,7 +2132,8 @@ ieee80211_rx_h_action(struct ieee80211_r
+@@ -2130,7 +2130,8 @@ ieee80211_rx_h_action(struct ieee80211_r
*/
if (sdata->vif.type != NL80211_IFTYPE_STATION &&
sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
@@ -43,7 +43,7 @@
break;
/* verify action_code is present */
-@@ -2717,13 +2718,16 @@ static int prepare_for_handlers(struct i
+@@ -2715,13 +2716,16 @@ static int prepare_for_handlers(struct i
}
break;
case NL80211_IFTYPE_WDS: