svn commit: r214384 - stable/8/sys/dev/if_ndis

Bernhard Schmidt bschmidt at FreeBSD.org
Tue Oct 26 17:38:46 UTC 2010


Author: bschmidt
Date: Tue Oct 26 17:38:45 2010
New Revision: 214384
URL: http://svn.freebsd.org/changeset/base/214384

Log:
  MFC r214070:
  There is no reason to call rt_ifmsg(), remove it.
  
  Submitted by:	Paul B Mahol <onemda at gmail.com>

Modified:
  stable/8/sys/dev/if_ndis/if_ndis.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/if_ndis/if_ndis.c
==============================================================================
--- stable/8/sys/dev/if_ndis/if_ndis.c	Tue Oct 26 17:31:46 2010	(r214383)
+++ stable/8/sys/dev/if_ndis/if_ndis.c	Tue Oct 26 17:38:45 2010	(r214384)
@@ -1671,10 +1671,6 @@ ndis_linksts_done(adapter)
 		break;
 	}
 
-	/* Notify possible listners of interface change. */
-
-	rt_ifmsg(ifp);
-
 	return;
 }
 


More information about the svn-src-all mailing list