Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 05:01:44 +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
Message-ID:  <200703210501.l2L51jxK098217@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2007-03-21 05:01:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net80211         ieee80211_freebsd.h ieee80211_input.c 
  Log:
  MFC: power save fix:
  
  When dispatching frames saved on the power save queue to a
  station exiting power save mode prepend them to the driver's
  send q instead of appending them.  This insures the packets
  are not misordered wrt any packets already q'd for the station.
  
  This corrects a problem noticed when using a VoIP phone talking
  to an ath card in ap mode; the misordered packets caused noise.
  
  Submitted by:   "J.R. Oldroyd" <jr@opal.com>
  
  Revision   Changes    Path
  1.5.2.4    +15 -0     src/sys/net80211/ieee80211_freebsd.h
  1.62.2.17  +23 -13    src/sys/net80211/ieee80211_input.c



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