artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1970447
)
Trigger link state update only on media status updates
author
mikeb
<mikeb@openbsd.org>
Fri, 5 Aug 2016 11:37:57 +0000
(11:37 +0000)
committer
mikeb
<mikeb@openbsd.org>
Fri, 5 Aug 2016 11:37:57 +0000
(11:37 +0000)
sys/dev/pv/if_hvn.c
patch
|
blob
|
history
diff --git
a/sys/dev/pv/if_hvn.c
b/sys/dev/pv/if_hvn.c
index
9bcc1ff
..
9ba9cdd
100644
(file)
--- a/
sys/dev/pv/if_hvn.c
+++ b/
sys/dev/pv/if_hvn.c
@@
-1,7
+1,7
@@
/*-
* Copyright (c) 2009-2012 Microsoft Corp.
* Copyright (c) 2010-2012 Citrix Inc.
- * Copyright (c) 2012 NetApp Inc.
+ * Copyright (c) 2012 NetApp Inc.
* Copyright (c) 2016 Mike Belopuhov <mike@esdenera.com>
* All rights reserved.
*
@@
-1277,7
+1277,7
@@
hvn_rndis_status(struct hvn_softc *sc, caddr_t buf, uint32_t len)
break;
/* Ignore these */
case RNDIS_STATUS_OFFLOAD_CURRENT_CONFIG:
-
break
;
+
return
;
default:
DPRINTF("%s: unhandled status %#x\n", sc->sc_dev.dv_xname, sta);
return;