freebsd-dev/sys/dev/wi
Sepherosa Ziehau b03cfe2396 - Fix mbuf/node leakage in drivers' raw_xmit().
- For ural(4):
  o  Fix node leakage in ural_start(), if ural_tx_mgt() fails.
  o  Fix mbuf leakage in ural_tx_{mgt,data}(), if usbd_transfer() fails.
  o  In ural_tx_{mgt,data}(), set ural_tx_data.{m,ni} to NULL, if
     usbd_transfer() fails, so they will not be freed again in ural_stop().

Approved by:	sam (mentor)
2007-04-19 13:09:57 +00:00
..
if_wavelan_ieee.h raw 802.11 packet transmit support 2006-08-05 04:58:25 +00:00
if_wi_pccard.c
if_wi_pci.c
if_wi.c - Fix mbuf/node leakage in drivers' raw_xmit(). 2007-04-19 13:09:57 +00:00
if_wireg.h raw 802.11 packet transmit support 2006-08-05 04:58:25 +00:00
if_wivar.h replace if_watchdog w/ a private callout 2006-12-11 00:41:22 +00:00
spectrum24t_cf.h