From: Johannes Berg Date: Wed, 26 Sep 2007 13:19:43 +0000 (+0200) Subject: [PATCH] mac80211: fix vlan bug X-Git-Tag: v2.6.24-rc1~1454^2~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb1c1cd6c5a8988b14c5c6c0dfe55542df3a34c6;p=pandora-kernel.git [PATCH] mac80211: fix vlan bug VLAN interfaces have yet another bug: they aren't accounted for properly in the receive path in prepare_for_handlers(). I noticed this by code inspection, but it would be easy for the compiler to catch such things if we'd just use the proper enum where appropriate. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed