Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2008 18:22:44 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath if_ath.c if_athvar.h src/sys/dev/ath/ath_rate/sample sample.c
Message-ID:  <200810271822.m9RIMsVZ051144@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2008-10-27 18:22:44 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c if_athvar.h 
    sys/dev/ath/ath_rate/sample sample.c 
  Log:
  SVN rev 184368 on 2008-10-27 18:22:44Z by sam
  
  o With the addition of HT rates the set of h/w codes has a much wider range
    making the use of sc_hwmap to do direct mapping impractical.  Switch to
    indexing by the rate index instead of the rate code and adjust associated
    state and logic appropriately.  This has several benefits including
    simplification of the led code.
  o fix radiotap capture of HT rates
  o fix conditional compilation of HT radiotap support to be based on the
    hal having 5416 support; not the ABI version as hal builds may or may
    not include 5416 support
  
  Revision  Changes    Path
  1.24      +7 -5      src/sys/dev/ath/ath_rate/sample/sample.c
  1.213     +39 -52    src/sys/dev/ath/if_ath.c
  1.72      +1 -2      src/sys/dev/ath/if_athvar.h



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