freebsd-skq/sys/dev/ral
damien 5240ace1db o Fix a write mbuf-after-free bug. The duration field of the 802.11 header
was written in the old fragmented mbuf chain instead of the defragmented
  one.  Thus, the duration field of outgoing frames was incorrect.

o Only call m_defrag() if the mbuf fragmentation threshold is greater
  than what is currently supported by the driver.

Reviewed by:    silby (mentor)
Approved by:    re (scottl)
2005-06-29 17:54:01 +00:00
..
if_ral_pccard.c Eliminate unused argument in PCMCIA_CARD macro. 2005-06-24 14:36:54 +00:00
if_ral_pci.c
if_ral.c o Fix a write mbuf-after-free bug. The duration field of the 802.11 header 2005-06-29 17:54:01 +00:00
if_ralrate.c
if_ralrate.h
if_ralreg.h
if_ralvar.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00