From 8fb5beb954c2f509f3d7832895438b78f561fa1c Mon Sep 17 00:00:00 2001 From: adrian Date: Fri, 27 Jul 2012 11:45:57 +0000 Subject: [PATCH] Add a STBC TX flag. Obtained from: Qualcomm Atheros --- sys/dev/ath/ath_hal/ah.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h index eb2a2fbb8bd..dc1df5629ff 100644 --- a/sys/dev/ath/ath_hal/ah.h +++ b/sys/dev/ath/ath_hal/ah.h @@ -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; -- 2.45.2