Date: Wed, 7 Mar 2007 04:42:23 +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: <200703070442.l274gNEr024054@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam         2007-03-07 04:42:23 UTC
  FreeBSD src repository
  Modified files:
    sys/net80211         ieee80211_freebsd.h ieee80211_input.c 
  Log:
  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>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.11      +15 -0     src/sys/net80211/ieee80211_freebsd.h
  1.100     +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?200703070442.l274gNEr024054>
