From: Daniel Halperin Date: Sat, 19 Mar 2011 01:48:55 +0000 (-0700) Subject: iwlwifi: add RATE_MCS_RATE_MSK X-Git-Tag: v3.0-rc1~377^2~437^2^2~89^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2520546aecc969372080448a2422b39eedb2a528;p=pandora-kernel.git iwlwifi: add RATE_MCS_RATE_MSK Throughout the code we use rate_n_flags & 0xff to extract the lower byte of the rate_n_flags u32 that contains the information about the rate. Add a #define and remove the use of the magic number. Signed-off-by: Daniel Halperin Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed