* [RFT][PATCH] b43: HT-PHY: disable TX power control on BCM94331X19
@ 2013-03-19 12:41 Rafał Miłecki
0 siblings, 0 replies; only message in thread
From: Rafał Miłecki @ 2013-03-19 12:41 UTC (permalink / raw)
To: b43-dev
In case of BCM94331X19 default TX state seems to perform better than
after our configuration. Disable TX power control for now on this card
(until fixing power control).
---
David: could you test this for me, please? Can you see that
> BCM94331X19 detected, disabling TX power control for better performace
message in dmesg? Does it brings you back a better perofmrnce?
Simply apply it on top of wireless-testing.
---
drivers/net/wireless/b43/phy_ht.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/net/wireless/b43/phy_ht.c b/drivers/net/wireless/b43/phy_ht.c
index b866770..e5cbe26 100644
--- a/drivers/net/wireless/b43/phy_ht.c
+++ b/drivers/net/wireless/b43/phy_ht.c
@@ -807,6 +807,11 @@ static void b43_phy_ht_op_prepare_structs(struct b43_wldev *dev)
for (i = 0; i < 3; i++)
phy_ht->bb_mult_save[i] = -1;
+
+ if (dev->dev->board_type == 0x00D6) {
+ pr_warn("BCM94331X19 detected, disabling TX power control for better performace\n");
+ phy_ht->tx_pwr_ctl = false;
+ }
}
static int b43_phy_ht_op_init(struct b43_wldev *dev)
--
1.7.10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-19 12:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 12:41 [RFT][PATCH] b43: HT-PHY: disable TX power control on BCM94331X19 Rafał Miłecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).