Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2011 18:58:58 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal ah.c
Message-ID:  <201102211859.p1LIxCPJ087455@repoman.freebsd.org>

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

adrian      2011-02-21 18:58:58 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal  ah.c 
  Log:
  SVN rev 218923 on 2011-02-21 18:58:58Z by adrian
  
  Add a vocal warning to ath_hal_computetxtime() function is used for non-11n rates.
  
  It's used to calculate:
  
  * the initial per-rate entries for short/long preamble ACK durations;
  * packet durations for TDMA slot decisions;
  * RTS/CTS protection durations;
  * updating the duration field in the 802.11 frame header
  
  This way invalid durations will generate a warning, prompting for it to be
  fixed.
  
  Revision  Changes    Path
  1.21      +5 -0      src/sys/dev/ath/ath_hal/ah.c



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