svn commit: r214070 - head/sys/dev/if_ndis
Bernhard Schmidt
bschmidt at FreeBSD.org
Tue Oct 19 19:11:36 UTC 2010
Author: bschmidt
Date: Tue Oct 19 19:11:36 2010
New Revision: 214070
URL: http://svn.freebsd.org/changeset/base/214070
Log:
There is no reason to call rt_ifmsg(), remove it.
Submitted by: Paul B Mahol <onemda at gmail.com>
MFC after: 1 week
Modified:
head/sys/dev/if_ndis/if_ndis.c
Modified: head/sys/dev/if_ndis/if_ndis.c
==============================================================================
--- head/sys/dev/if_ndis/if_ndis.c Tue Oct 19 18:49:26 2010 (r214069)
+++ head/sys/dev/if_ndis/if_ndis.c Tue Oct 19 19:11:36 2010 (r214070)
@@ -1644,10 +1644,6 @@ ndis_linksts_done(adapter)
default:
break;
}
-
- /* Notify possible listners of interface change. */
-
- rt_ifmsg(ifp);
}
static void
More information about the svn-src-all
mailing list