On Wed, 2007-01-31 at 17:04 +0100, Michael Buesch wrote:
> 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);
> 
> 

On bcm4318 (on x86_64) I get:

Jan 31 14:30:00 athena savedpctlreg == 49

Daniel

_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to