freebsd-skq/sys/dev/usb/wlan
adrian 38dbb1146b 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 net80211 rate control framework (net80211 ratectl). 2010-04-07 15:29:13 +00:00
if_run.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_runreg.h * Fix page fault caused by referring freed node. 2011-02-14 08:14:06 +00:00
if_runvar.h * Fix page fault caused by referring freed node. 2011-02-14 08:14:06 +00:00
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 net80211 rate control framework (net80211 ratectl). 2010-04-07 15:29:13 +00:00
if_urtw.c - Move all USB device ID arrays into so-called sections, 2011-06-24 02:30:02 +00:00
if_urtwreg.h overhauls urtw(4) for supporting RTL8187B devices properly that there 2009-10-18 00:11:49 +00:00
if_urtwvar.h adds sysctl knobs to show rate statistics that it could be useful to 2010-01-27 19:43:14 +00:00
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 net80211 rate control framework (net80211 ratectl). 2010-04-07 15:29:13 +00:00