From: Ivo van Doorn Date: Sat, 20 Dec 2008 09:59:55 +0000 (+0100) Subject: rt2x00: Introduce RXDONE_SIGNAL_MASK mask X-Git-Tag: v2.6.30-rc1~662^2~836^2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30dd5c043eda4b3d23659ef550c16ce4f6ecb47;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed