Deleted Added
full compact
ah_rd_domains.h (219442) ah_rd_domains.h (248677)
1/*
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * Copyright (c) 2005-2006 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-2006 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_domains.h 219442 2011-03-10 03:13:56Z adrian $
18 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h 248677 2013-03-24 04:42:56Z adrian $
19 */
20
21#ifndef __AH_REGDOMAIN_DOMAINS_H__
22#define __AH_REGDOMAIN_DOMAINS_H__
23
24/*
25 * BMLEN defines the size of the bitmask used to hold frequency
26 * band specifications. Note this must agree with the BM macro

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

736 WG1_2437_2442,
737 WG1_2462_2462,
738 WG1_2472_2472,
739 WG1_2417_2432,
740 WG1_2447_2457,
741 WG1_2467_2467),
742 .chan11g_turbo = BM1(T3_2437_2437)},
743
19 */
20
21#ifndef __AH_REGDOMAIN_DOMAINS_H__
22#define __AH_REGDOMAIN_DOMAINS_H__
23
24/*
25 * BMLEN defines the size of the bitmask used to hold frequency
26 * band specifications. Note this must agree with the BM macro

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

736 WG1_2437_2442,
737 WG1_2462_2462,
738 WG1_2472_2472,
739 WG1_2417_2432,
740 WG1_2447_2457,
741 WG1_2467_2467),
742 .chan11g_turbo = BM1(T3_2437_2437)},
743
744 {.regDmnEnum = WORC_WORLD,
745 .conformanceTestLimit = NO_CTL,
746 .dfsMask = DFS_FCC3 | DFS_ETSI,
747 .pscan = PSCAN_WWR,
748 .flags = ADHOC_PER_11D,
749 .chan11a = BM4(W1_5260_5320,
750 W1_5180_5240,
751 W1_5745_5825,
752 W1_5500_5700),
753 .chan11b = BM7(W1_2412_2412,
754 W1_2437_2442,
755 W1_2462_2462,
756 W1_2472_2472,
757 W1_2417_2432,
758 W1_2447_2457,
759 W1_2467_2467),
760 .chan11g = BM7(WG1_2412_2412,
761 WG1_2437_2442,
762 WG1_2462_2462,
763 WG1_2472_2472,
764 WG1_2417_2432,
765 WG1_2447_2457,
766 WG1_2467_2467),
767 .chan11g_turbo = BM1(T3_2437_2437)},
768
744 {.regDmnEnum = NULL1,
745 .conformanceTestLimit = NO_CTL,
746 }
747};
748
749#endif
769 {.regDmnEnum = NULL1,
770 .conformanceTestLimit = NO_CTL,
771 }
772};
773
774#endif