Date: Sat, 20 Sep 2008 19:38:37 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_clone.c if_clone.h src/sys/net80211 ieee80211_freebsd.c Message-ID: <200809201941.m8KJfLbM043125@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2008-09-20 19:38:37 UTC FreeBSD src repository Modified files: sys/net if_clone.c if_clone.h sys/net80211 ieee80211_freebsd.c Log: SVN rev 183210 on 2008-09-20 19:38:37Z by thompsa Fix clone destruction, can't use the simple api because that does not remove the ifnet from cloner's list. Expose if_clone_destroyif api to do this. Submitted by: sam Revision Changes Path 1.12 +1 -2 src/sys/net/if_clone.c 1.5 +1 -0 src/sys/net/if_clone.h 1.21 +1 -1 src/sys/net80211/ieee80211_freebsd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809201941.m8KJfLbM043125>