Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2005 01:55:17 +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/net80211 ieee80211_freebsd.h ieee80211_input.c ieee80211_output.c
Message-ID:  <200507060155.j661tHQ1063482@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2005-07-06 01:55:17 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_freebsd.h ieee80211_input.c 
                         ieee80211_output.c 
  Log:
  Fix handling of data frames queued for a station in power save mode:
  don't mark the MORE_DATA bit when taking it off the ps queue, there's
  no 802.11 header then; we must wait to do this at encap time so
  mark the mbuf instead.
  
  Reviewed by:    avatar
  Approved by:    re (scottl)
  Obtained from:  Atheros
  
  Revision  Changes    Path
  1.5       +1 -0      src/sys/net80211/ieee80211_freebsd.h
  1.58      +4 -6      src/sys/net80211/ieee80211_input.c
  1.26      +2 -0      src/sys/net80211/ieee80211_output.c



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