CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/18 07:00:27
Modified files:
sys/dev/ic : bwfm.c
Log message:
Stop handling SIOCSIFMTU like in the wireless stack.
This driver does not use the net80211 stack, so let ether_ioctl() handle
it like any other Ethernet driver.
Suggested by and ok patrick@, ok stsp@
