Deleted Added
full compact
ah_rd_regenum.h (224226) ah_rd_regenum.h (262375)
1/*
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * Copyright (c) 2005-2011 Atheros Communications, Inc.
4 * All rights reserved.
5 *
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 *
1/*
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * Copyright (c) 2005-2011 Atheros Communications, Inc.
4 * All rights reserved.
5 *
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 *
18 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_regenum.h 224226 2011-07-20 12:46:58Z adrian $
18 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_regenum.h 262375 2014-02-23 18:07:17Z hiren $
19 */
20
21#ifndef __AH_REGDOMAIN_REGENUM_H__
22#define __AH_REGDOMAIN_REGENUM_H__
23
24/*
25 * Enumerated Regulatory Domain Information 8 bit values indicate that
26 * the regdomain is really a pair of unitary regdomains. 12 bit values

--- 19 unchanged lines hidden (view full) ---

46 FCC1_WORLD = 0x11, /* Hong Kong */
47 FCC4_FCCA = 0x12, /* USA - Public Safety */
48 FCC5_FCCB = 0x13, /* USA w/ 1/2 and 1/4 width channels */
49 FCC6_FCCA = 0x14, /* Canada for AP only */
50
51 FCC2_FCCA = 0x20, /* Canada */
52 FCC2_WORLD = 0x21, /* Australia & HK */
53 FCC2_ETSIC = 0x22,
19 */
20
21#ifndef __AH_REGDOMAIN_REGENUM_H__
22#define __AH_REGDOMAIN_REGENUM_H__
23
24/*
25 * Enumerated Regulatory Domain Information 8 bit values indicate that
26 * the regdomain is really a pair of unitary regdomains. 12 bit values

--- 19 unchanged lines hidden (view full) ---

46 FCC1_WORLD = 0x11, /* Hong Kong */
47 FCC4_FCCA = 0x12, /* USA - Public Safety */
48 FCC5_FCCB = 0x13, /* USA w/ 1/2 and 1/4 width channels */
49 FCC6_FCCA = 0x14, /* Canada for AP only */
50
51 FCC2_FCCA = 0x20, /* Canada */
52 FCC2_WORLD = 0x21, /* Australia & HK */
53 FCC2_ETSIC = 0x22,
54 FCC_UBNT = 0x2A, /* Ubiquity PicoStation M2HP */
54 FRANCE_RES = 0x31, /* Legacy France for OEM */
55 FCC3_FCCA = 0x3A, /* USA & Canada w/5470 band, 11h, DFS enabled */
56 FCC3_WORLD = 0x3B, /* USA & Canada w/5470 band, 11h, DFS enabled */
57
58 ETSI1_WORLD = 0x37,
59 ETSI3_ETSIA = 0x32, /* France (optional) */
60 ETSI2_WORLD = 0x35, /* Hungary & others */
61 ETSI3_WORLD = 0x36, /* France & others */

--- 188 unchanged lines hidden ---
55 FRANCE_RES = 0x31, /* Legacy France for OEM */
56 FCC3_FCCA = 0x3A, /* USA & Canada w/5470 band, 11h, DFS enabled */
57 FCC3_WORLD = 0x3B, /* USA & Canada w/5470 band, 11h, DFS enabled */
58
59 ETSI1_WORLD = 0x37,
60 ETSI3_ETSIA = 0x32, /* France (optional) */
61 ETSI2_WORLD = 0x35, /* Hungary & others */
62 ETSI3_WORLD = 0x36, /* France & others */

--- 188 unchanged lines hidden ---