CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/03/09 15:07:46
Modified files: sys/dev/usb : if_urtwn.c Log message: Remove pointless function pointers from urtwn(4) softc. They didn't serve any purpose and the code is shorter when calling the functions directly. ok mpi@