commit | fb1c1cd6c5a8988b14c5c6c0dfe55542df3a34c6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Sep 26 15:19:43 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:53:15 2007 -0700 |
tree | 9dec818b2b6aea9c9823902e9c5b0108134d5747 | |
parent | af1a90da397f071d7ee893145a1e7b2124689376 [diff] |
[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 <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>