cvs commit: src/sys/net80211 ieee80211_freebsd.h ieee80211_input.c

Sam Leffler sam at FreeBSD.org
Wed Mar 7 04:42:23 UTC 2007


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 at 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


More information about the cvs-src mailing list