Author: adrian
Date: Thu Feb 28 23:39:38 2013
New Revision: 247508
URL: http://svnweb.freebsd.org/changeset/base/247508

Log:
  Add missing flags.

Modified:
  head/sys/dev/ath/if_athrate.h

Modified: head/sys/dev/ath/if_athrate.h
==============================================================================
--- head/sys/dev/ath/if_athrate.h       Thu Feb 28 23:39:22 2013        
(r247507)
+++ head/sys/dev/ath/if_athrate.h       Thu Feb 28 23:39:38 2013        
(r247508)
@@ -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 */
_______________________________________________
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"

Reply via email to