Diff for /elwix/config/etc/default/regdomain.xml between versions 1.3 and 1.4

version 1.3, 2013/01/28 01:47:35 version 1.4, 2013/08/05 13:10:17
Line 22 Line 22
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   
  $FreeBSD: src/etc/regdomain.xml,v 1.15 2012/11/17 01:49:02 svnexp Exp $  $FreeBSD: src/etc/regdomain.xml,v 1.16 2012/12/07 06:37:06 svnexp Exp $
 -->  -->
   
 <regulatory-data>  <regulatory-data>
Line 1303 Line 1303
     </band>      </band>
   </netband>    </netband>
 </rd>  </rd>
   
   <rd id="xc900m">
     <name>XC900M</name>
     <sku>0x29b</sku>
     <netband mode="11g">
       <band>
         <freqband ref="S1_905_925_5"/>
         <maxpower>30</maxpower>
         <flags>IEEE80211_CHAN_G</flags>
       </band>
       <band>
         <freqband ref="S1_910_920_10"/>
         <maxpower>30</maxpower>
         <flags>IEEE80211_CHAN_G</flags>
       </band>
       <band>
         <freqband ref="S1_915_915"/>
         <maxpower>30</maxpower>
         <flags>IEEE80211_CHAN_G</flags>
       </band>
     </netband>
   </rd>
   
 </regulatory-domains>  </regulatory-domains>
   
 <country-codes>  <country-codes>
Line 1895 Line 1918
   <chanwidth>20</chanwidth> <chansep>5</chansep>    <chanwidth>20</chanwidth> <chansep>5</chansep>
   <flags>IEEE80211_CHAN_GSM</flags>    <flags>IEEE80211_CHAN_GSM</flags>
 </freqband>  </freqband>
   
   <freqband id="S1_905_925_5">
     <freqstart>905</freqstart> <freqend>925</freqend>
     <chanwidth>5</chanwidth> <chansep>5</chansep>
     <flags>IEEE80211_CHAN_GSM</flags>
     <flags>IEEE80211_CHAN_QUARTER</flags>
   </freqband>
   <freqband id="S1_910_920_10">
     <freqstart>910</freqstart> <freqend>920</freqend>
     <chanwidth>10</chanwidth> <chansep>5</chansep>
     <flags>IEEE80211_CHAN_GSM</flags>
     <flags>IEEE80211_CHAN_HALF</flags>
   </freqband>
   <freqband id="S1_915_915">
     <freqstart>915</freqstart> <freqend>915</freqend>
     <chanwidth>20</chanwidth> <chansep>5</chansep>
     <flags>IEEE80211_CHAN_GSM</flags>
   </freqband>
   
   
 </shared-frequency-bands>  </shared-frequency-bands>
   

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>