CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/14 07:46:25
Modified files:
sys/dev/ic : if_wi.c
sys/net : if_media.c if_media.h
Log message:
Protect all writers to ifm_cur with a mutex. ifmedia_match() does
not return any pointers without lock anymore.
OK mvs@ mbuhl@
