Date: Fri, 27 Jul 2012 11:45:58 +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: r238841 - head/sys/dev/ath/ath_hal Message-ID: <201207271145.q6RBjwHr001611@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Fri Jul 27 11:45:57 2012 New Revision: 238841 URL: http://svn.freebsd.org/changeset/base/238841 Log: Add a STBC TX flag. Obtained from: Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h ============================================================================== --- head/sys/dev/ath/ath_hal/ah.h Fri Jul 27 11:44:48 2012 (r238840) +++ head/sys/dev/ath/ath_hal/ah.h Fri Jul 27 11:45:57 2012 (r238841) @@ -588,6 +588,7 @@ typedef struct { #define HAL_RATESERIES_RTS_CTS 0x0001 /* use rts/cts w/this series */ #define HAL_RATESERIES_2040 0x0002 /* use ext channel for series */ #define HAL_RATESERIES_HALFGI 0x0004 /* use half-gi for series */ +#define HAL_RATESERIES_STBC 0x0008 /* use STBC for series */ u_int tx_power_cap; } HAL_11N_RATE_SERIES;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207271145.q6RBjwHr001611>