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

Sam Leffler sam at FreeBSD.org
Wed Mar 21 05:01:45 UTC 2007


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


More information about the cvs-src mailing list