cvs commit: src/sys/net if_clone.c if_clone.h src/sys/net80211 ieee80211_freebsd.c

Andrew Thompson thompsa at FreeBSD.org
Sat Sep 20 19:41:21 UTC 2008


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


More information about the cvs-src mailing list