Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2013 09:06:40 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249137 - head/sys/dev/ath/ath_hal
Message-ID:  <201304050906.r3596eeU014685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Apr  5 09:06:39 2013
New Revision: 249137
URL: http://svnweb.freebsd.org/changeset/base/249137

Log:
  Add a new TX power field - it's inteded to be used where low TX power
  is configured for higher rates (lower than max) but higher TX power
  is configured for the lower rates, above the configured cap, to improve
  long distance behaviour.

Modified:
  head/sys/dev/ath/ath_hal/ah_internal.h

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_internal.h	Fri Apr  5 09:06:26 2013	(r249136)
+++ head/sys/dev/ath/ath_hal/ah_internal.h	Fri Apr  5 09:06:39 2013	(r249137)
@@ -392,6 +392,7 @@ struct ath_hal_private {
 	int16_t		ah_powerLimit;		/* tx power cap */
 	uint16_t	ah_maxPowerLevel;	/* calculated max tx power */
 	u_int		ah_tpScale;		/* tx power scale factor */
+	u_int16_t	ah_extraTxPow;		/* low rates extra-txpower */
 	uint32_t	ah_11nCompat;		/* 11n compat controls */
 
 	/*



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