commit 6020f6c08c742d56ea598ce960328a4a2eddfe19
Author: Markus Pfeiffer <[email protected]>
Date: Tue Nov 4 20:42:15 2014 +0000
usb4bsd: Cleanup usb_ethernet after the recent changes
The ue_ifp member of the usb ethernet softc is not required anymore, so get
rid of it to have less points of failure.
Summary of changes:
sys/bus/u4b/net/if_axe.c | 6 +++---
sys/bus/u4b/net/usb_ethernet.c | 3 ---
sys/bus/u4b/net/usb_ethernet.h | 1 -
3 files changed, 3 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6020f6c08c742d56ea598ce960328a4a2eddfe19
--
DragonFly BSD source repository