From: Forest Bond Date: Sun, 8 Apr 2012 19:12:33 +0000 (-0500) Subject: rtl8192de: Clean up and fix 92D cut version constants and macros. X-Git-Tag: v3.5-rc1~109^2~410^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d486fdeb0a21b68e41f235404ac6231ca0b3a9f;p=pandora-kernel.git rtl8192de: Clean up and fix 92D cut version constants and macros. The previous definitions included both {B,C,D,E}_CUT_VERSION and CHIP_92D_{C,D}_CUT with conflicting values for the C and D cut versions, and literal hex values were used in the IS_92D_{C,D,E}_CUT macros. So we clean all this up and in doing so enable cut-specific code paths for cuts C and D, which would not have been executed because the CHIP_92D_{C,D}_CUT constants were wrong and the cut version was thus recorded incorrectly. Signed-off-by: Forest Bond Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed