rt2x00: Introduce RXDONE_SIGNAL_MASK mask
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 20 Dec 2008 09:59:55 +0000 (10:59 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:58:41 +0000 (15:58 -0500)
commitb30dd5c043eda4b3d23659ef550c16ce4f6ecb47
treefeda7614c327fb3273766475eaf26785a894f4b0
parent2bdb35c7ffb61f4b9d963dd447a2c54add5f02c5
rt2x00: Introduce RXDONE_SIGNAL_MASK mask

Improve error message reporting when a frame was received
with unknown rate. Instead of using the boolean check if
the frame is supposed to be a PLCP value or not, we should
add a new mask (RXDONE_SIGNAL_MASK) which returns the type
identification for a signal value (i.e. PLCP). At the moment
we only have 2 different types, but more will arrive when
support for 11n is added.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00dev.c
drivers/net/wireless/rt2x00/rt2x00queue.h