CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2019/04/21 02:28:53
Modified files: sys/net : if_media.c Log message: Interpret ENETRESET from ifm_change() as success in ifmedia_ioctl(). Drivers will return ENETREST if the hardware needs to be reinitialized after successfully switching to the new media mode; it's not an error. This change fixes unreliable 'ifconfig mode' with some wireless drivers. ok phessler@ jmatthew@