View | Details | Raw Unified | Return to bug 264253
Collapse All | Expand All

(-)b/sys/dev/hyperv/netvsc/if_hn.c (+1 lines)
Lines 3997-4002 hn_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) Link Here
3997
               break;
3997
               break;
3998
3998
3999
       case SIOCSIFMEDIA:
3999
       case SIOCSIFMEDIA:
4000
               break;
4000
       case SIOCGIFMEDIA:
4001
       case SIOCGIFMEDIA:
4001
               HN_LOCK(sc);
4002
               HN_LOCK(sc);
4002
               if (hn_xpnt_vf_isready(sc)) {
4003
               if (hn_xpnt_vf_isready(sc)) {

Return to bug 264253