mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
- 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)
|
||
|---|---|---|
| .. | ||
| if_ral_pci.c | ||
| if_ralrate.c | ||
| if_ralrate.h | ||
| rt2560.c | ||
| rt2560reg.h | ||
| rt2560var.h | ||
| rt2661.c | ||
| rt2661_ucode.h | ||
| rt2661reg.h | ||
| rt2661var.h | ||