ath9k: add TPC capability to TX descriptor path
Add TPC capability to TX descriptor path. Cap per-packet TX power according to TX power per-rate tables. Currently TPC is supported just by AR9003 based chips Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
23f53dd306
commit
8b537686a1
@@ -704,7 +704,7 @@ struct ath_tx_info {
|
||||
enum ath9k_pkt_type type;
|
||||
enum ath9k_key_type keytype;
|
||||
u8 keyix;
|
||||
u8 txpower;
|
||||
u8 txpower[4];
|
||||
};
|
||||
|
||||
struct ath_hw;
|
||||
|
Reference in New Issue
Block a user