]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/rtl8187se/r8180_hw.h
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[~andy/linux] / drivers / staging / rtl8187se / r8180_hw.h
index 3fca144a56a42eeedf126076a10ac0870798875b..533938123a9767a81e3ad637572fd0bd8cbcdf06 100644 (file)
 /* by amy for power save               */
 /* by amy for antenna                  */
 #define EEPROM_SW_REVD_OFFSET 0x3f
-/*  BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable.                                    */
+
+/*  BIT[8-9] is for SW Antenna Diversity. 
+ *  Only the value EEPROM_SW_AD_ENABLE means enable, other values are disable.
+ */
 #define EEPROM_SW_AD_MASK                      0x0300
 #define EEPROM_SW_AD_ENABLE                    0x0100
 
-/* BIT[10-11] determine if Antenna 1 is the Default Antenna. Only the value EEPROM_DEF_ANT_1 means TRUE, other values are FALSE.       */
+/* BIT[10-11] determine if Antenna 1 is the Default Antenna.
+ * Only the value EEPROM_DEF_ANT_1 means TRUE, other values are FALSE. 
+ */
 #define EEPROM_DEF_ANT_MASK                    0x0C00
 #define EEPROM_DEF_ANT_1                       0x0400
 /*by amy for antenna                                                                                                                                                           */