cvs commit: src/sys/dev/ath if_ath.c if_athvar.h

Sam Leffler sam at FreeBSD.org
Mon Jun 26 03:43:36 UTC 2006


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


More information about the cvs-src mailing list