freebsd-dev/sys/dev/ath
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
..
ath_rate save changes for handling 5416/5418 parts 2007-01-15 01:17:44 +00:00
ah_osdep.c Remove unnecessary suser() check in the sysctl to set up ath_hal 2007-04-10 15:48:45 +00:00
ah_osdep.h o move ath hal os glue code from the hal to the driver: this code was 2006-09-18 16:49:15 +00:00
if_ath_pci.c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
if_ath.c - Fix mbuf/node leakage in drivers' raw_xmit(). 2007-04-19 13:09:57 +00:00
if_athioctl.h o add noise floor to stats 2006-08-10 16:31:37 +00:00
if_athrate.h Track v0.9.20.3 hal: 2006-12-13 19:34:35 +00:00
if_athvar.h Change mtx's to use the formulated name as type so witness does not 2007-03-05 21:56:33 +00:00