OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: CVS: cvs.openbsd.org: src

From: Todd C. Miller (Todd.Millercourtesan.com)
Date: Tue Jun 22 2004 - 15:53:35 CDT


Note that this means you will have to rebuilt wicontrol to use with
a -current kernel but of course no one would ever run with a
mismatched userland and kernel...

> CVSROOT: /cvs
> Module name: src
> Changes by: millertcvs.openbsd.org 2004/06/22 14:51:01
>
> Modified files:
> sys/dev/ic : if_wi_ieee.h
>
> Log message:
> Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELAN
> instead of SIOCSIFASYNCMAP and SIOCGIFASYNCMAP. Needed for upcoming
> 802.11 framework. OK deraadt