K 10 svn:author V 8 hselasky K 8 svn:date V 27 2013-10-31T09:20:30.398586Z K 7 svn:log V 252 Fix some types. Compilation for external target complains that "u_int" is not idential to "uint32_t" when defining set channel prototype functions. The WLAN channel range should be from 0 to 65535 inclusivly, and u_int should be fine for this purpose. END