[BACK]Return to usbnet.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/usbnet.c between version 1.98 and 1.99

version 1.98, 2022/08/20 12:28:25 version 1.99, 2022/08/20 12:30:00
Line 986  usbnet_media_upd(struct ifnet *ifp)
Line 986  usbnet_media_upd(struct ifnet *ifp)
                         mii_phy_reset(miisc);                          mii_phy_reset(miisc);
         }          }
   
         if (unp->unp_stopping)  
                 return 0;  
         return ether_mediachange(ifp);          return ether_mediachange(ifp);
 }  }
   

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

CVSweb <webmaster@jp.NetBSD.org>