Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 03:10:46 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ath if_ath.c if_athvar.h
Message-ID:  <200606260310.k5Q3Aka1003194@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2006-06-26 03:10:46 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c if_athvar.h 
  Log:
  Close race in handling mcast traffic when operating as an ap with
  stations in power save: add a new q where mcast frames are stashed
  and on beacon update (at DTIM) move frames from the mcast q to the
  cabq and start it.  This ensures the cabq is only manipulated in
  one place.
  
  Sponsored by:   Hobnob
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.148     +102 -38   src/sys/dev/ath/if_ath.c
  1.50      +2 -1      src/sys/dev/ath/if_athvar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606260310.k5Q3Aka1003194>