Module Name: src Committed By: riastradh Date: Thu Mar 3 05:48:06 UTC 2022
Modified Files: src/sys/dev/usb: if_axen.c if_mue.c if_smsc.c Log Message: axen(4), mue(4), smsc(4): Omit irrelevant cases in ioctl. SIOCSIFFLAGS and SIOCSETHERCAP always end up in ether_ioctl_reinit, which triggers the same logic to reprogram the multicast filters anyway. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/if_axen.c cvs rdiff -u -r1.62 -r1.63 src/sys/dev/usb/if_mue.c cvs rdiff -u -r1.70 -r1.71 src/sys/dev/usb/if_smsc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.