| Index: chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/ar9003_phy.c
|
| diff --git a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/ar9003_phy.c b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/ar9003_phy.c
|
| index a491854fa38aa7173c5b976c54da6551f4f96aa9..6905e391769d18d99f02e390b4474fc69d6e4c73 100644
|
| --- a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/ar9003_phy.c
|
| +++ b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/ar9003_phy.c
|
| @@ -542,10 +542,7 @@ static void ar9003_hw_prog_ini(struct ath_hw *ah,
|
| u32 reg = INI_RA(iniArr, i, 0);
|
| u32 val = INI_RA(iniArr, i, column);
|
|
|
| - if (reg >= 0x16000 && reg < 0x17000)
|
| - ath9k_hw_analog_shift_regwrite(ah, reg, val);
|
| - else
|
| - REG_WRITE(ah, reg, val);
|
| + REG_WRITE(ah, reg, val);
|
|
|
| DO_DELAY(regWrites);
|
| }
|
|
|