Fernando Toledo wrote:
> hi all
> i test my bcm4311 from my HP nx7400 with the wireless-dev git tree (mac80211)
> and want to report some things:
> i found that the speed is very similar to the old softmac driver (Good!)
> networkmanager just connect on firstime (Good!)
>
> [EMAIL PROTECTED]:~$ dmesg |grep bcm
> bcm43xx_mac80211: Broadcom 4311 WLAN found
> bcm43xx_mac80211: Found PHY: Analog 4, Type 2, Revision 8
> bcm43xx_mac80211: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
> bcm43xx_mac80211: Radio turned off
> bcm43xx_mac80211: Adding Interface type 2
> bcm43xx_mac80211: Loading firmware version 319.102 (2005-10-15 22:46:19)
> bcm43xx_mac80211: Radio turned on
> bcm43xx_mac80211: Radio enabled by hardware
> bcm43xx_mac80211: !WARNING! Idle-TSSI phy->cur_idle_tssi measuring failed.
> (cur=26, tgt=62). Disabling TX power adjustment.
> bcm43xx_mac80211: Chip initialized
> bcm43xx_mac80211: 32-bit DMA initialized
> bcm43xx_mac80211: Wireless interface started
>
> i see above one warning that i dont know what mean .
I sent a patch to Michael today that fixes the condition that causes this
warning.
> my interface was change from eth1 to wlan0
Your interface should not be renamed if you add a rule to
/etc/udev/rules.d/30-net_persistent_names.rules that looks like the following
(change the address
fields to match your device - this is the MAC address of my 4311):
SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:1a:73:04:1d:e5", \
IMPORT="/lib/udev/rename_netiface %k eth1"
Is it possible for you to use Iperf to test your link? The reason I ask is that
my 4311 gets maximum
transmit and receive rates of 4.16 and 1.60 Mb/s, respectively, using
bcm43xx-mac80211. By contrast,
bcm43xx-softmac gets 14.6 and 12.7 Mb/s using the identical hardware
configuration. I would like to
know if there is something different here.
Larry
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev