summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-07 01:53:44 +0000
committersam <sam@FreeBSD.org>2009-02-07 01:53:44 +0000
commitf7b39f5e6606f80b87babad55ad0fc433eac51e5 (patch)
treecc86ec1c0c2c262957869e1dbf31098dc3b9b3c1
parent149d70c6671fe30f0ed2a0e3ebf80de1d9450c5a (diff)
downloadFreeBSD-src-f7b39f5e6606f80b87babad55ad0fc433eac51e5.zip
FreeBSD-src-f7b39f5e6606f80b87babad55ad0fc433eac51e5.tar.gz
add macro for future regulatory mods
-rw-r--r--sys/dev/ath/ath_hal/ah_regdomain.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah_regdomain.c b/sys/dev/ath/ath_hal/ah_regdomain.c
index 4be05e8..42ad98a 100644
--- a/sys/dev/ath/ath_hal/ah_regdomain.c
+++ b/sys/dev/ath/ath_hal/ah_regdomain.c
@@ -74,6 +74,11 @@ typedef uint64_t chanbmask_t[BMLEN];
W0(_fg) | W0(_fh) , \
W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) | \
W1(_fg) | W1(_fh) }
+#define BM9(_fa, _fb, _fc, _fd, _fe, _ff, _fg, _fh, _fi) \
+ { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe) | W0(_ff) | \
+ W0(_fg) | W0(_fh) | W0(_fi) , \
+ W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) | \
+ W1(_fg) | W1(_fh) | W1(_fi) }
/*
* Mask to check whether a domain is a multidomain or a single domain
OpenPOWER on IntegriCloud