commit | 7cbf9d017dbb5e3276de7d527925d42d4c11e732 | [log] [tgz] |
---|---|---|
author | Marco Porsch <marco@cozybit.com> | Fri Mar 01 16:01:18 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Mar 01 16:09:41 2013 +0100 |
tree | aad788e8252266b5cbeafffce5efece12f7b908b | |
parent | 645e77def93f1dd0e211c7244fbe152dac8a7100 [diff] |
mac80211: fix oops on mesh PS broadcast forwarding Introduced with de74a1d9032f4d37ea453ad2a647e1aff4cd2591 "mac80211: fix WPA with VLAN on AP side with ps-sta". Apparently overwrites the sdata pointer with non-valid data in the case of mesh. Fix this by checking for IFTYPE_AP_VLAN. Signed-off-by: Marco Porsch <marco@cozybit.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>