commit | 3c4f2085e5d82639004406795653e1e4dd6720e0 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Jan 06 23:40:49 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:09:25 2008 -0800 |
tree | 439cde40c92b581cf56c81ce8806126a4eee4867 | |
parent | e37ea2135be080dd25f1a2644c9132c109fa77d1 [diff] |
rt2x00: Move packet filter flags The packet filter flags don't belong in the interface structure because they are device based instead of interface based. So move the filter fields out of struct interface and into rt2x00_dev. Additionally we shouldn't change the filter based on the working mode, if such a thing is needed than mac80211 should have done that. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>