cvs commit: src/sys/net if_ieee80211.h

Chris Pressey cpressey at catseye.mine.nu
Tue Jul 27 18:59:51 PDT 2004


On Tue, 27 Jul 2004 07:35:55 -0700 (PDT)
Joerg Sonnenberger <joerg at xxxxxxxxxxxxxxxxxxxxxxx> wrote:

> joerg       2004/07/27 07:35:55 PDT
> 
> DragonFly src repository
> 
>   Removed files:
>     sys/net              if_ieee80211.h 
>   Log:
>   Remove now obsolete header.

This breaks the build for some people as this header is still included
by src/usr.sbin/wicontrol/wicontrol.c.  Removing #include
<net/if_ieee80211.h> from wicontrol.c results in IEEE80211_CAPINFO_BITS
being undefined.  IEEE80211_CAPINFO_BITS doesn't appear in any other
file in the src tree.

-Chris





More information about the Commits mailing list