Fix AR9287 operation when >1 TX chain is enabled.

I didn't pick this up with the initial commit because I was only testing
with 11bg.
This commit is contained in:
Adrian Chadd 2011-05-28 15:43:56 +00:00
parent 3fa3e267de
commit 133cf74b7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222424

View File

@ -185,6 +185,7 @@ ar9287SetPowerPerRateTable(struct ath_hal *ah,
break;
case 2:
scaledPower -= REDUCE_SCALED_POWER_BY_TWO_CHAIN;
break;
default:
return AH_FALSE; /* Unsupported number of chains */
}