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

Sam Leffler sam at FreeBSD.org
Sun Apr 16 18:14:02 UTC 2006


sam         2006-04-16 18:14:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c 
  Log:
  Unbreak cabq handling: check the s/w q, not the h/w q as the frames
  have not been passed to the h/w yet.  This remedies watchdog timeout
  of buffered multicast frames in hostap mode.
  
  While here eliminate an extraneous check; ieee80211_beacon_update sets
  the tim bit based on ncabq != 0 so there's no reason to check it too.
  
  Noticed by:     Christophe Prevotaux
  
  Revision  Changes    Path
  1.139     +2 -2      src/sys/dev/ath/if_ath.c


More information about the cvs-src mailing list