Call for Test and Review: bwn(4) - another Broadcom Wireless driver

Gustau Pérez gperez at entel.upc.edu
Sun Apr 25 20:42:24 UTC 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


>> I've been testing the driver for a few time with AMD64/CURRENT. A
>> few time ago I started to see messages like :
>>
>> bwn0: unsupported rate 0
>>
>> I've checked the code and I found it seems to fail when trying to
>> check the TX rate at if_bw.c:9561 (in bwn_ieeerate2hwrate
>> routine the rate parameter is 0). I checked where bwn_ieeerate2hwrate
>> is called, to see how 'rate' is calculated. This is where I got lost :(
>>
>> My AP is FreeBSD 8.0 box with an atheros card. My hostapd works
>> with both WPA2-PSK and WPA2-EAP (although
>> I thinks this is not the problem) but with default values for rates
>> and friends. I then forced my hostapd to use only a subset of transmit
>> rates (with supported_rates and basic_rates) with no luck.
>>
>> My laptop is a DELL D630 with a BCM4310 UART adapter.
>>
>> Any need info will be provided and any help will be appreciated.
>
> First I think we need to know that where rate == 0 comes from.  Rate
> information on TX could be got from the following points:
>
>     tp->mgmtrate
>     tp->mcastrate
>     tp->ucastrate
>     ni->ni_txrate
>
  Added some device_printf to test those values. This is what I got :

bwn0: tp->mgmtrate : 2
bwn0: tp->mcastrate : 2
bwn0: tp->ucastrate : 255
bwn0: ni->ni_txrate : 0

   I didn't have time to follow the code to find out why it has a 0
value. If you need
more info let me know.

   Regards,

   Gus

- --
PGP KEY : http://www-entel.upc.edu/gus/gus.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJL1KknAAoJEH+VVM1WSYnPAPUQAJrpVOOJ4KzUAe6GQHwFnM15
bUiuUeL+5b7sujjLY9j/zuCHQxPDak+/F7eG5AeaJ1bQFkuexG1oDJDLx3oTR06x
xhSOKUPZuabrqVeX9xT2d9h8PHa8soEG1GtOPgKzLLfbP8emaimwEnNTlp9G+typ
IFxI/LOGzSkpXsqupsXzHTjNiHOxjkijj7e2tEvU8qHh133JebrxBX0jpqSBrZKg
+TAC6QnKxh+Mygumsc/5nVQiOPFJEQEEXXdSLXZbr2SqczDeDw98MXxiR4M7TnF/
20j5fQQE65r6YoPx4X5h2IvaBz2f9aeXlP/t3XIepwuVl3cjL+7B9/CRkV5+T4B1
C5u1Je3tZU0c6fcXOAVOVo7A2c6d+tHXP014CKONPrsTUR2HmLHYNuCQZ+d9LBKx
luMcPlqTeRjo+L+VxsM+P+2feegJ7/eV6gweYt3bWsbYzMwfPvjpX2HqgqDtx3DO
IT/V8mO76GyCZ21MOdfDQC/1UTHztJVUEGTIXw1HO3aAn3LOsKMPegvF0ZdFyU+5
xv8xkgtbrIBxSA6TzsAu6E+JhksJw9KeEQ4bcaKND7EttnGGelawBB+FeRQiNDYt
6hlSdaX/hHn76tGGx0eJZ/qpdESo8WJvOgaQrt41s1RlfCFnMWmQxDeRY6Dj47LN
aB2pONw41gG9OfrPcGi/
=f70p
-----END PGP SIGNATURE-----



More information about the freebsd-current mailing list