Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 23:39:38 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247508 - head/sys/dev/ath
Message-ID:  <201302282339.r1SNdcWu095561@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302282339.r1SNdcWu095561>