mac80211: fix oops on mesh PS broadcast forwarding
authorMarco Porsch <marco@cozybit.com>
Fri, 1 Mar 2013 15:01:18 +0000 (16:01 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 1 Mar 2013 15:09:41 +0000 (16:09 +0100)
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>

No differences found