freebsd-dev/sys/dev/usb/wlan
Adrian Chadd 65d7e4d9f1 Fix an issue with 11g beacon frames which looks to be a limitation
on the largest multi-write size.

From the submitter:

==
I looked further into the magic 88-byte threshold after which the bug
occurs.  It turns out that figure included the 24-byte tx_desc, and up
to 64 bytes of beacon frame (header+data).

rum_write_multi doesn't seem happy with writing >64 bytes at a time to
the MAC register.  If I break it up into separate calls (e.g. bytes
0-63, then bytes 64-65, written at the appropriate offset) I see the
proper beacon frames being transmitted now.
==

Submitted by:	Steven Chamberlain <steven@pyro.eu.org>
MFC after:	3 days
2011-10-17 13:12:47 +00:00
..
if_rum.c Fix an issue with 11g beacon frames which looks to be a limitation 2011-10-17 13:12:47 +00:00
if_rumfw.h
if_rumreg.h
if_rumvar.h
if_run.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_runreg.h
if_runvar.h
if_uath.c The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the 2011-06-26 11:37:24 +00:00
if_uathreg.h
if_uathvar.h
if_upgt.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_upgtvar.h
if_ural.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_uralreg.h
if_uralvar.h
if_urtw.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_urtwreg.h
if_urtwvar.h
if_zyd.c The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the 2011-06-26 11:37:24 +00:00
if_zydfw.h
if_zydreg.h