diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-03-07 19:41:51 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-03-07 19:41:51 +0000 |
commit | 1502a3983e5eb0b26582b8cceb3e12a2b8034e90 (patch) | |
tree | 9d329033efacb0d74879bd707d8196c0e595bb14 /sys/dev/ic | |
parent | 051b977d51aa1aa9b46b4716b14c1364bccda465 (diff) |
For rtwn(4) and urtwn(4) inline driver-specific definitions in their
respective .c files.
ok mpi@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/r92creg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/r92creg.h b/sys/dev/ic/r92creg.h index e50360a21d2..db155381cdd 100644 --- a/sys/dev/ic/r92creg.h +++ b/sys/dev/ic/r92creg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: r92creg.h,v 1.2 2016/03/07 18:05:40 stsp Exp $ */ +/* $OpenBSD: r92creg.h,v 1.3 2016/03/07 19:41:49 stsp Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -18,6 +18,8 @@ */ #define R92C_MAX_CHAINS 2 +#define R92C_MAX_TX_PWR 0x3f +#define R92C_H2C_NBOX 4 /* * MAC registers. |