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; _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"