From: Larry Finger Date: Mon, 19 Sep 2011 19:34:10 +0000 (-0500) Subject: rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. X-Git-Tag: v3.2-rc1~129^2~183^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3ba88a9996cd64c6768bed5727e02da81e2c8d;p=pandora-kernel.git rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. Three drivers, rtl8192ce, rtl8192cu and rtl8192de, use the same macro to check if a particular rate is in the CCK set. This common code is relocated to a common header file. A distinct macro used by rtl8192se with the same name is renamed. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed