Re: [ath9k-devel] [Spectral Scan PATCH] Number of FFT BINS

2013-07-22 Thread Tobias Steinicke
/ath9k-devel -- Tobias Steinicke Student Worker Chair Internet Network Architectures (INET) Technische Universität Berlin Ernst-Reuter-Platz 7 TEL16 10587 Berlin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman

[ath9k-devel] [RFC] ath9k: Respect current txpower setting

2013-04-10 Thread Tobias Steinicke
In routine ath_tx_fill_desc(), the txpower is only set to MAX_RATE_POWER. Now it respects the txpower from bss_conf and set it if it is (txpower * 2) MAX_RATE_POWER else set to MAX_RATE_POWER. Signed-off-by: Tobias Steinicke tsteini...@net.t-labs.tu-berlin.de --- drivers/net/wireless/ath/ath9k

Re: [ath9k-devel] [RFC] ath9k: Respect current txpower setting

2013-04-10 Thread Tobias Steinicke
I fucked the format. Sorry for that. I will resend it. Tobias Steinicke Am 11.04.2013 00:03, schrieb Tobias Steinicke: In routine ath_tx_fill_desc(), the txpower is only set to MAX_RATE_POWER. Now it respects the txpower from bss_conf and set it if it is (txpower * 2) MAX_RATE_POWER else set

[ath9k-devel] [RFCv2] ath9k: Respect current txpower setting

2013-04-10 Thread Tobias Steinicke
In routine ath_tx_fill_desc(), the txpower is only set to MAX_RATE_POWER. Now it respects the txpower from bss_conf and set it if it is (txpower * 2) MAX_RATE_POWER else set to MAX_RATE_POWER. Signed-off-by: Tobias Steinicke tsteini...@net.t-labs.tu-berlin.de --- drivers/net/wireless/ath/ath9k

Re: [ath9k-devel] [RFC] ath9k: Respect current txpower setting

2013-04-10 Thread Tobias Steinicke
Am 11.04.2013 01:20, schrieb Adrian Chadd: On 10 April 2013 15:03, Tobias Steinicke tobias.steini...@net.t-labs.tu-berlin.de wrote: In routine ath_tx_fill_desc(), the txpower is only set to MAX_RATE_POWER. Now it respects the txpower from bss_conf and set it if it is (txpower * 2

Re: [ath9k-devel] [RFC] ath9k: Respect current txpower setting

2013-04-10 Thread Tobias Steinicke
Am 11.04.2013 01:38, schrieb Adrian Chadd: If TPC isn't enabled, the cards transmit at the power configured in the AR_PHY_TX_POWER_* registers. I understand. Thanks for the clarification. But since TPC is enabled, we have to set info.txpower to the right value. Also ar900[23]_set_txdesc() have