On Mon, Jul 23, 2012 at 06:01:15PM +0200, Thomas Huehn wrote:
>       /* Setup rate power table */
> -     ath5k_setup_rate_powertable(ah, txpower, &rate_info, ee_mode);
> +     ath5k_setup_rate_powertable(ah, ah->ah_txpower.txp_user_pwr, 
> &rate_info, ee_mode);

txpower used to be .5 dB units -- is it still?

> -     ret = ath5k_hw_txpower(ah, channel, ah->ah_txpower.txp_cur_pwr ?
> -                     ah->ah_txpower.txp_cur_pwr / 2 : AR5K_TUNE_MAX_TXPOWER);
> +     ret = ath5k_hw_txpower(ah, channel);
> +

Did this / 2 move elsewhere or was it wrong before?  Is txp_cur_pwr still
used for anything?

-- 
Bob Copeland %% www.bobcopeland.com
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to