CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/15 06:57:42
Modified files:
sys/net : if_bridge.c
Log message:
bridge_ioctl() doesn't need to call splnet().
All interface ioctl()s are executed with the NET_LOCK() held, which
protects all soft states of the network stack. IPL_NET is only needed
in drivers dealing with hardware and by extension the wireless stack.
