diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2013-02-28 23:39:38 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2013-02-28 23:39:38 +0000 |
commit | 87c176d272e4a02be43801841a8a03d4b46934dc (patch) | |
tree | 2998ff2a9f45930b0a27601589973c3d124967a3 /sys | |
parent | 7a27f0a338aa8695ab9538ae6be139c98b9a51db (diff) | |
download | src-87c176d272e4a02be43801841a8a03d4b46934dc.tar.gz src-87c176d272e4a02be43801841a8a03d4b46934dc.zip |
Add missing flags.
Notes
Notes:
svn path=/head/; revision=247508
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ath/if_athrate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h index d07c9ca0b8b0..918823ff4a8d 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 */ |