Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2006 18:14:02 +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
Message-ID:  <200604161814.k3GIE2Sf019412@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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