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:
Sepherosa Ziehau 2017-07-24 04:00:43 +00:00
parent 86a8f5ff2a
commit 40905afa0f

View file

@ -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;