linux/drivers/net/wireless/ath
Bob Copeland 56d1de0a21 ath5k: clean up filter flags setting
The maze of if() statements in configure_filter is confusing.
Reorganizing it as a switch statement makes it more apparent what
is going on and reveals several suspicious settings.  This has no
functional changes, though it does remove some redundant flags
that are set earlier.

Also now that we can sleep, protect sc->filter_flags with the
sc lock.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-28 14:40:43 -04:00
..
ar9170 ar9170: remove unnecessary call to ar9170_set_beacon_timers 2009-08-28 14:40:41 -04:00
ath5k ath5k: clean up filter flags setting 2009-08-28 14:40:43 -04:00
ath9k ath9k: Fix chainmask selection during scanning 2009-08-28 14:40:30 -04:00
Kconfig ath: add common ath_rxbuf_alloc() and make ath9k use it 2009-08-14 09:14:05 -04:00
Makefile ath: add module information 2009-04-22 16:54:47 -04:00
ath.h ath: move regulatory info into shared common structure 2009-08-20 11:36:03 -04:00
main.c ath: add common ath_rxbuf_alloc() and make ath9k use it 2009-08-14 09:14:05 -04:00
regd.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-07-23 19:03:51 -07:00
regd.h ath: move regulatory info into shared common structure 2009-08-20 11:36:03 -04:00
regd_common.h ath: map TH to FCC3_WORLD 2009-07-27 15:24:08 -04:00