summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-02-28 23:39:38 +0000
committeradrian <adrian@FreeBSD.org>2013-02-28 23:39:38 +0000
commitd6b302da7115761480eb1ebd16956233b1afd45f (patch)
tree2998ff2a9f45930b0a27601589973c3d124967a3 /sys/dev
parent64b36f1a20744f0cf17f2e8c8b4df62c9bb278c4 (diff)
downloadFreeBSD-src-d6b302da7115761480eb1ebd16956233b1afd45f.zip
FreeBSD-src-d6b302da7115761480eb1ebd16956233b1afd45f.tar.gz
Add missing flags.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ath/if_athrate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h
index d07c9ca..918823f 100644
--- a/sys/dev/ath/if_athrate.h
+++ b/sys/dev/ath/if_athrate.h
@@ -84,6 +84,8 @@ void ath_rate_detach(struct ath_ratectrl *);
#define ATH_RC_SGI_FLAG 0x04 /* use short-GI */
#define ATH_RC_HT_FLAG 0x08 /* use HT */
#define ATH_RC_RTSCTS_FLAG 0x10 /* enable RTS/CTS protection */
+#define ATH_RC_STBC_FLAG 0x20 /* enable STBC */
+#define ATH_RC_LDPC_FLAG 0x40 /* enable STBC */
struct ath_rc_series {
uint8_t rix; /* ratetable index, not rate code */
OpenPOWER on IntegriCloud