mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hyperv/hn: Ignore LINK_SPEED_CHANGE status.
This status will be reported if the backend NIC is wireless; it's not useful. Due to the high frequency of the reporting, this could be pretty annoying; ignore it. MFC after: 3 days Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D11651
This commit is contained in:
parent
86a8f5ff2a
commit
40905afa0f
1 changed files with 1 additions and 0 deletions
|
|
@ -5574,6 +5574,7 @@ hn_rndis_rx_status(struct hn_softc *sc, const void *data, int dlen)
|
|||
break;
|
||||
|
||||
case RNDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG:
|
||||
case RNDIS_STATUS_LINK_SPEED_CHANGE:
|
||||
/* Not really useful; ignore. */
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue