Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2008 01:00:18 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ifconfig regdomain.c regdomain.h
Message-ID:  <200812150100.mBF10Zwt058319@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2008-12-15 01:00:18 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        regdomain.c regdomain.h 
  Log:
  SVN rev 186100 on 2008-12-15 01:00:18Z by sam
  
  Improve regdomain.xml parser:
  o store XML_Parser in the state block so we can report line numbers for errors
  o complain about netband w/o mode
  o complain about unknown modes
  o complain about band w/o enclosing netband
  o complain about duplicate freqband
  o complain about unknown channel flags
  o complain about band w/o freqband's
  o complain about band w/o maxpower
  o complain about country w/o ISO cc
  o complain about country w/o regdomain reference
  
  Revision  Changes    Path
  1.5       +42 -30    src/sbin/ifconfig/regdomain.c
  1.2       +1 -0      src/sbin/ifconfig/regdomain.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812150100.mBF10Zwt058319>