Deleted Added
full compact
regdomain.xml (178355) regdomain.xml (186106)
1<!--
2 Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
3 All rights reserved.
4
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions
7 are met:
8 1. Redistributions of source code must retain the above copyright

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

17 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
1<!--
2 Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
3 All rights reserved.
4
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions
7 are met:
8 1. Redistributions of source code must retain the above copyright

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

17 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
25 $FreeBSD: head/etc/regdomain.xml 178355 2008-04-20 20:37:02Z sam $
25 $FreeBSD: head/etc/regdomain.xml 186106 2008-12-15 01:18:11Z sam $
26-->
27
28<regulatory-data>
29
30<!-- Regdomain/SKU definitions -->
31
32<regulatory-domains>
33
34<!--
35 DEBUG holds all available channels; the driver/device
36 defines what the capabilities and tx power caps are.
37 Regdomain code gets this information with the
38 IEEE80211_IOC_DRIVERCAPS ioctl.
39-->
40<rd id="debug">
41 <name>DEBUG</name>
26-->
27
28<regulatory-data>
29
30<!-- Regdomain/SKU definitions -->
31
32<regulatory-domains>
33
34<!--
35 DEBUG holds all available channels; the driver/device
36 defines what the capabilities and tx power caps are.
37 Regdomain code gets this information with the
38 IEEE80211_IOC_DRIVERCAPS ioctl.
39-->
40<rd id="debug">
41 <name>DEBUG</name>
42 0
42 <sku>0x1ff</sku>
43</rd>
44
45<rd id="fcc">
46 <name>FCC</name>
47 <sku>0x10</sku>
48 <defcc ref="US"/>
49 <netband mode="11b">
50 <band>

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

1075 <band>
1076 <freqband ref="H4_5825_5825"/>
1077 <maxpower>23</maxpower>
1078 <flags>IEEE80211_CHAN_HT40</flags>
1079 <flags>IEEE80211_CHAN_PASSIVE</flags>
1080 </band>
1081 </netband>
1082</rd>
43</rd>
44
45<rd id="fcc">
46 <name>FCC</name>
47 <sku>0x10</sku>
48 <defcc ref="US"/>
49 <netband mode="11b">
50 <band>

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

1075 <band>
1076 <freqband ref="H4_5825_5825"/>
1077 <maxpower>23</maxpower>
1078 <flags>IEEE80211_CHAN_HT40</flags>
1079 <flags>IEEE80211_CHAN_PASSIVE</flags>
1080 </band>
1081 </netband>
1082</rd>
1083
1084<rd id="sr9">
1085 <name>SR9</name>
1086 <sku>0x0298</sku>
1087 <defcc ref="SR9"/>
1088 <netband mode="11g">
1089 <band>
1090 <freqband ref="S1_907_922_5"/>
1091 <maxpower>30</maxpower>
1092 <flags>IEEE80211_CHAN_G</flags>
1093 </band>
1094 <band>
1095 <freqband ref="S1_907_922_10"/>
1096 <maxpower>30</maxpower>
1097 <flags>IEEE80211_CHAN_G</flags>
1098 </band>
1099 <band>
1100 <freqband ref="S1_912_917"/>
1101 <maxpower>30</maxpower>
1102 <flags>IEEE80211_CHAN_G</flags>
1103 </band>
1104 </netband>
1105</rd>
1106
1107<rd id="xr9">
1108 <name>XR9</name>
1109 <sku>0x299</sku>
1110 <defcc ref="XR9"/>
1111 <netband mode="11g">
1112 <band>
1113 <freqband ref="S2_907_922_5"/>
1114 <maxpower>30</maxpower>
1115 <flags>IEEE80211_CHAN_G</flags>
1116 </band>
1117 <band>
1118 <freqband ref="S2_907_922_10"/>
1119 <maxpower>30</maxpower>
1120 <flags>IEEE80211_CHAN_G</flags>
1121 </band>
1122 <band>
1123 <freqband ref="S2_912_917"/>
1124 <maxpower>30</maxpower>
1125 <flags>IEEE80211_CHAN_G</flags>
1126 </band>
1127 </netband>
1128</rd>
1129
1130<rd id="gz901">
1131 <name>GZ901</name>
1132 <sku>0x29a</sku>
1133 <defcc ref="GZ901"/>
1134 <netband mode="11g">
1135 <band>
1136 <freqband ref="S1_908_923_5"/>
1137 <maxpower>30</maxpower>
1138 <flags>IEEE80211_CHAN_G</flags>
1139 </band>
1140 <band>
1141 <freqband ref="S1_913_918_10"/>
1142 <maxpower>30</maxpower>
1143 <flags>IEEE80211_CHAN_G</flags>
1144 </band>
1145 <band>
1146 <freqband ref="S1_913_918"/>
1147 <maxpower>30</maxpower>
1148 <flags>IEEE80211_CHAN_G</flags>
1149 </band>
1150 </netband>
1151</rd>
1083</regulatory-domains>
1084
1085<country-codes>
1086<!--
1087 ISO 3166 Country/Region codes and regdomain mapping.
1088
1089 http://ftp.ics.uci.edu/pub/ietf/http/related/iso3166.txt
1090 has the list of codes.

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

1196 <isocc>276</isocc> <name>Germany</name> <rd ref="etsi"/>
1197</country>
1198<country id="GR">
1199 <isocc>300</isocc> <name>Greece</name> <rd ref="etsi"/>
1200</country>
1201<country id="GT">
1202 <isocc>320</isocc> <name>Guatemala</name> <rd ref="none"/>
1203</country>
1152</regulatory-domains>
1153
1154<country-codes>
1155<!--
1156 ISO 3166 Country/Region codes and regdomain mapping.
1157
1158 http://ftp.ics.uci.edu/pub/ietf/http/related/iso3166.txt
1159 has the list of codes.

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

1265 <isocc>276</isocc> <name>Germany</name> <rd ref="etsi"/>
1266</country>
1267<country id="GR">
1268 <isocc>300</isocc> <name>Greece</name> <rd ref="etsi"/>
1269</country>
1270<country id="GT">
1271 <isocc>320</isocc> <name>Guatemala</name> <rd ref="none"/>
1272</country>
1273<country id="GZ901">
1274 <isocc>5002</isocc> <name>ZComax GZ-901</name> <rd ref="gz901"/>
1275</country>
1204<country id="HN">
1205 <isocc>340</isocc> <name>Honduras</name> <rd ref="none"/>
1206</country>
1207<country id="HK">
1208 <isocc>344</isocc> <name>Hong Kong</name> <rd ref="apac"/>
1209</country>
1210<country id="HU">
1211 <isocc>348</isocc> <name>Hungary</name> <rd ref="etsi"/>

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

1391 <isocc>780</isocc> <name>Tobago</name> <rd ref="none"/>
1392</country>
1393<country id="TN">
1394 <isocc>788</isocc> <name>Tunisia</name> <rd ref="none"/>
1395</country>
1396<country id="TR">
1397 <isocc>792</isocc> <name>Turkey</name> <rd ref="etsi"/>
1398</country>
1276<country id="HN">
1277 <isocc>340</isocc> <name>Honduras</name> <rd ref="none"/>
1278</country>
1279<country id="HK">
1280 <isocc>344</isocc> <name>Hong Kong</name> <rd ref="apac"/>
1281</country>
1282<country id="HU">
1283 <isocc>348</isocc> <name>Hungary</name> <rd ref="etsi"/>

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

1463 <isocc>780</isocc> <name>Tobago</name> <rd ref="none"/>
1464</country>
1465<country id="TN">
1466 <isocc>788</isocc> <name>Tunisia</name> <rd ref="none"/>
1467</country>
1468<country id="TR">
1469 <isocc>792</isocc> <name>Turkey</name> <rd ref="etsi"/>
1470</country>
1471<country id="SR9">
1472 <isocc>5000</isocc> <name>Ubiquiti SR9</name> <rd ref="sr9"/>
1473</country>
1474<country id="XR9">
1475 <isocc>5001</isocc> <name>Ubiquiti XR9</name> <rd ref="xr9"/>
1476</country>
1399<country id="UA">
1400 <isocc>804</isocc> <name>Ukraine</name> <rd ref="none"/>
1401</country>
1402<country id="AE">
1403 <isocc>784</isocc> <name>United Arab Emirates</name> <rd ref="none"/>
1404</country>
1405<country id="GB">
1406 <isocc>826</isocc> <name>United Kingdom</name> <rd ref="etsi"/>

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

1421 <isocc>704</isocc> <name>Viet Nam</name> <rd ref="apac2"/>
1422</country>
1423<country id="YE">
1424 <isocc>887</isocc> <name>Yemen</name> <rd ref="none"/>
1425</country>
1426<country id="ZW">
1427 <isocc>716</isocc> <name>Zimbabwe</name> <rd ref="none"/>
1428</country>
1477<country id="UA">
1478 <isocc>804</isocc> <name>Ukraine</name> <rd ref="none"/>
1479</country>
1480<country id="AE">
1481 <isocc>784</isocc> <name>United Arab Emirates</name> <rd ref="none"/>
1482</country>
1483<country id="GB">
1484 <isocc>826</isocc> <name>United Kingdom</name> <rd ref="etsi"/>

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

1499 <isocc>704</isocc> <name>Viet Nam</name> <rd ref="apac2"/>
1500</country>
1501<country id="YE">
1502 <isocc>887</isocc> <name>Yemen</name> <rd ref="none"/>
1503</country>
1504<country id="ZW">
1505 <isocc>716</isocc> <name>Zimbabwe</name> <rd ref="none"/>
1506</country>
1507
1508<country id="DEBUG">
1509 <isocc>0</isocc> <name>Debug</name> <rd ref="debug"/>
1510</country>
1429</country-codes>
1430
1431<!--
1432 Band specifications referenced above.
1433 NB: keep sorted by starting frequency, legacy before HT
1434-->
1435<shared-frequency-bands>
1436<freqband id="F1_5120_5240">

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

1570<freqband id="F1_2484_2484">
1571 <freqstart>2484</freqstart> <freqend>2484</freqend>
1572 <chanwidth>20</chanwidth> <chansep>5</chansep>
1573</freqband>
1574<freqband id="F1_2512_2732">
1575 <freqstart>2512</freqstart> <freqend>2732</freqend>
1576 <chanwidth>20</chanwidth> <chansep>5</chansep>
1577</freqband>
1511</country-codes>
1512
1513<!--
1514 Band specifications referenced above.
1515 NB: keep sorted by starting frequency, legacy before HT
1516-->
1517<shared-frequency-bands>
1518<freqband id="F1_5120_5240">

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

1652<freqband id="F1_2484_2484">
1653 <freqstart>2484</freqstart> <freqend>2484</freqend>
1654 <chanwidth>20</chanwidth> <chansep>5</chansep>
1655</freqband>
1656<freqband id="F1_2512_2732">
1657 <freqstart>2512</freqstart> <freqend>2732</freqend>
1658 <chanwidth>20</chanwidth> <chansep>5</chansep>
1659</freqband>
1660
1661<freqband id="S1_907_922_5">
1662 <freqstart>2422</freqstart> <freqend>2437</freqend>
1663 <chanwidth>5</chanwidth> <chansep>5</chansep>
1664 <flags>IEEE80211_CHAN_GSM</flags>
1665 <flags>IEEE80211_CHAN_QUARTER</flags>
1666</freqband>
1667<freqband id="S1_907_922_10">
1668 <freqstart>2422</freqstart> <freqend>2437</freqend>
1669 <chanwidth>10</chanwidth> <chansep>5</chansep>
1670 <flags>IEEE80211_CHAN_GSM</flags>
1671 <flags>IEEE80211_CHAN_HALF</flags>
1672</freqband>
1673<freqband id="S1_912_917">
1674 <freqstart>2427</freqstart> <freqend>2432</freqend>
1675 <chanwidth>20</chanwidth> <chansep>5</chansep>
1676 <flags>IEEE80211_CHAN_GSM</flags>
1677</freqband>
1678
1679<freqband id="S2_907_922_5">
1680 <freqstart>2427</freqstart> <freqend>2442</freqend>
1681 <chanwidth>5</chanwidth> <chansep>5</chansep>
1682 <flags>IEEE80211_CHAN_GSM</flags>
1683 <flags>IEEE80211_CHAN_QUARTER</flags>
1684</freqband>
1685<freqband id="S2_907_922_10">
1686 <freqstart>2427</freqstart> <freqend>2442</freqend>
1687 <chanwidth>10</chanwidth> <chansep>5</chansep>
1688 <flags>IEEE80211_CHAN_GSM</flags>
1689 <flags>IEEE80211_CHAN_HALF</flags>
1690</freqband>
1691<freqband id="S2_912_917">
1692 <freqstart>2432</freqstart> <freqend>2437</freqend>
1693 <chanwidth>20</chanwidth> <chansep>5</chansep>
1694 <flags>IEEE80211_CHAN_GSM</flags>
1695</freqband>
1696
1697<freqband id="S1_908_923_5">
1698 <freqstart>2447</freqstart> <freqend>2467</freqend>
1699 <chanwidth>5</chanwidth> <chansep>5</chansep>
1700 <flags>IEEE80211_CHAN_GSM</flags>
1701 <flags>IEEE80211_CHAN_QUARTER</flags>
1702</freqband>
1703<freqband id="S1_913_918_10">
1704 <freqstart>2457</freqstart> <freqend>2462</freqend>
1705 <chanwidth>10</chanwidth> <chansep>5</chansep>
1706 <flags>IEEE80211_CHAN_GSM</flags>
1707 <flags>IEEE80211_CHAN_HALF</flags>
1708</freqband>
1709<freqband id="S1_913_918">
1710 <freqstart>2457</freqstart> <freqend>2462</freqend>
1711 <chanwidth>20</chanwidth> <chansep>5</chansep>
1712 <flags>IEEE80211_CHAN_GSM</flags>
1713</freqband>
1714
1578</shared-frequency-bands>
1579
1580</regulatory-data>
1715</shared-frequency-bands>
1716
1717</regulatory-data>