kernel-ark/drivers/net/wireless/rt2x00
Ivo van Doorn 3c4f2085e5 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>
2008-01-28 15:09:25 -08:00
..
Kconfig
Makefile
rt2x00.h rt2x00: Move packet filter flags 2008-01-28 15:09:25 -08:00
rt2x00config.c
rt2x00debug.c rt2x00: Store queue idx and entry idx in data_ring and data_entry 2008-01-28 15:09:24 -08:00
rt2x00debug.h
rt2x00dev.c rt2x00: Move packet filter flags 2008-01-28 15:09:25 -08:00
rt2x00dump.h rt2x00: Add TX/RX frame dumping facility 2008-01-28 15:05:08 -08:00
rt2x00firmware.c
rt2x00lib.h rt2x00: Move start() and stop() handlers into rt2x00lib.c 2008-01-28 15:09:24 -08:00
rt2x00mac.c rt2x00: Move start() and stop() handlers into rt2x00lib.c 2008-01-28 15:09:24 -08:00
rt2x00pci.c rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY 2008-01-28 15:09:22 -08:00
rt2x00pci.h
rt2x00reg.h
rt2x00rfkill.c rt2x00: Cleanup rfkill 2008-01-28 15:05:11 -08:00
rt2x00ring.h rt2x00: Store queue idx and entry idx in data_ring and data_entry 2008-01-28 15:09:24 -08:00
rt2x00usb.c rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY 2008-01-28 15:09:22 -08:00
rt2x00usb.h
rt61pci.c rt2x00: Move packet filter flags 2008-01-28 15:09:25 -08:00
rt61pci.h
rt73usb.c rt2x00: Move packet filter flags 2008-01-28 15:09:25 -08:00
rt73usb.h
rt2400pci.c rt2x00: Move packet filter flags 2008-01-28 15:09:25 -08:00
rt2400pci.h rt2x00: Extend PLCP descriptor definition for rt2400pci 2008-01-28 15:05:05 -08:00
rt2500pci.c rt2x00: Move packet filter flags 2008-01-28 15:09:25 -08:00
rt2500pci.h
rt2500usb.c rt2x00: Move packet filter flags 2008-01-28 15:09:25 -08:00
rt2500usb.h