Index: ath5k_hw.c =================================================================== --- ath5k_hw.c (revision 2660) +++ ath5k_hw.c (revision 2669) @@ -5394,7 +5394,7 @@ noise_floor = AR5K_REG_READ(AR5K_PHY_NF); if (AR5K_PHY_NF_RVAL(noise_floor) & - AR5K_PHY_NF_ACTIVE) + AR5K_PHY_NF_ACTIVE) noise_floor = AR5K_PHY_NF_AVAL(noise_floor); if (noise_floor <= AR5K_TUNE_NOISE_FLOOR) Index: ath5kreg.h =================================================================== --- ath5kreg.h (revision 2660) +++ ath5kreg.h (revision 2669) @@ -885,10 +885,10 @@ /* * EEPROM access registers * - * Here we got a difference between 5210/5211-12 + * Here we have a difference between 5210/5211-12 * read data register for 5210 is at 0x6800 and * status register is at 0x6c00. There is also - * no eeprom command register on 5210 and the + * no EEPROM command register on 5210 and the * offsets are different. * * To read eeprom data for a specific offset: @@ -1003,7 +1003,7 @@ #define AR5K_EEPROM_OBDB0_2GHZ 0x00ec #define AR5K_EEPROM_OBDB1_2GHZ 0x00ed -/* Misc values available since EEPROM 4.0 */ +/* Misc. values available since EEPROM 4.0 */ #define AR5K_EEPROM_MISC0 0x00c4 #define AR5K_EEPROM_EARSTART(_v) ((_v) & 0xfff) #define AR5K_EEPROM_EEMAP(_v) (((_v) >> 14) & 0x3)