I need some real-life data to estimate what the
ITSSI value usually is on different cards.
(ITSSI is called savedpctlreg in softmac driver).

Please run this patch on your machine, bring up
the interface and send dmesg back to me. Thanks.

Index: wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
===================================================================
--- wireless-2.6.orig/drivers/net/wireless/bcm43xx/bcm43xx_phy.c        
2007-01-28 13:59:51.000000000 +0100
+++ wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx_phy.c     2007-01-31 
17:01:59.000000000 +0100
@@ -235,6 +235,7 @@ static void bcm43xx_phy_init_pctl(struct
        bcm43xx_dummy_transmission(bcm);
 
        phy->savedpctlreg = bcm43xx_phy_read(bcm, BCM43xx_PHY_G_PCTL);
+printk("savedpctlreg == %d\n", phy->savedpctlreg);
 
        if (must_reset_txpower)
                bcm43xx_radio_set_txpower_bg(bcm, saved_batt, saved_ratt, 
saved_txctl1);


-- 
Greetings Michael.
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to