Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62a957e9 authored by Felix Fietkau's avatar Felix Fietkau Committed by John W. Linville
Browse files

ath9k_hw: remove ah->txpower_indexoffset

parent 5f65c309
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -283,7 +283,6 @@ static void ar9002_hw_set11n_txdesc(struct ath_hw *ah, void *ds,
{
{
	struct ar5416_desc *ads = AR5416DESC(ds);
	struct ar5416_desc *ads = AR5416DESC(ds);


	txPower += ah->txpower_indexoffset;
	if (txPower > 63)
	if (txPower > 63)
		txPower = 63;
		txPower = 63;


+0 −1
Original line number Original line Diff line number Diff line
@@ -322,7 +322,6 @@ static void ar9003_hw_set11n_txdesc(struct ath_hw *ah, void *ds,
	if (txpower > ah->txpower_limit)
	if (txpower > ah->txpower_limit)
		txpower = ah->txpower_limit;
		txpower = ah->txpower_limit;


	txpower += ah->txpower_indexoffset;
	if (txpower > 63)
	if (txpower > 63)
		txpower = 63;
		txpower = 63;


+0 −1
Original line number Original line Diff line number Diff line
@@ -762,7 +762,6 @@ struct ath_hw {
	u32 *bank6Temp;
	u32 *bank6Temp;


	u8 txpower_limit;
	u8 txpower_limit;
	int16_t txpower_indexoffset;
	int coverage_class;
	int coverage_class;
	u32 slottime;
	u32 slottime;
	u32 globaltxtimeout;
	u32 globaltxtimeout;