Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2011 08:57:58 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_rate/sample sample.c tx_schedules.h
Message-ID:  <201101280858.p0S8wHvx059973@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

adrian      2011-01-28 08:57:58 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_rate/sample sample.c 
  Added files:
    sys/dev/ath/ath_rate/sample tx_schedules.h 
  Log:
  SVN rev 218013 on 2011-01-28 08:57:58Z by adrian
  
  (Mostly) teach ath_rate_sample about MCS rates.
  
  This is just the bare minimum needed to teach ath_rate_sample to try
  and handle MCS rates. It doesn't at all attempt to find the best
  rate by any means - it doesn't know anything about the MCS rate
  relations, TX aggregation or any of the much sexier 11n stuff
  that's out there.
  
  It's just enough to transmit 11n frames and handle TX completion.
  
  It shouldn't affect legacy (11abg) behaviour.
  
  Obtained from:  rpaulo@
  
  Revision  Changes    Path
  1.33      +53 -94    src/sys/dev/ath/ath_rate/sample/sample.c
  1.1       +193 -0    src/sys/dev/ath/ath_rate/sample/tx_schedules.h (new)



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