Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Use new 802.11 header files.



details:   https://anonhg.NetBSD.org/src/rev/2766191bbc1e
branches:  trunk
changeset: 553254:2766191bbc1e
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Oct 13 08:02:02 2003 +0000

description:
Use new 802.11 header files.

diffstat:

 sys/net/if.c                 |  7 ++++---
 usr.sbin/wiconfig/wiconfig.c |  7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r bdfd9a4467da -r 2766191bbc1e sys/net/if.c
--- a/sys/net/if.c      Mon Oct 13 07:41:22 2003 +0000
+++ b/sys/net/if.c      Mon Oct 13 08:02:02 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.c,v 1.131 2003/10/01 04:22:33 itojun Exp $  */
+/*     $NetBSD: if.c,v 1.132 2003/10/13 08:02:56 dyoung Exp $  */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.131 2003/10/01 04:22:33 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.132 2003/10/13 08:02:56 dyoung Exp $");
 
 #include "opt_inet.h"
 
@@ -126,7 +126,8 @@
 #include <net/if_dl.h>
 #include <net/if_ether.h>
 #include <net/if_media.h>
-#include <net/if_ieee80211.h>
+#include <net80211/ieee80211.h>
+#include <net80211/ieee80211_ioctl.h>
 #include <net/if_types.h>
 #include <net/radix.h>
 #include <net/route.h>
diff -r bdfd9a4467da -r 2766191bbc1e usr.sbin/wiconfig/wiconfig.c
--- a/usr.sbin/wiconfig/wiconfig.c      Mon Oct 13 07:41:22 2003 +0000
+++ b/usr.sbin/wiconfig/wiconfig.c      Mon Oct 13 08:02:02 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wiconfig.c,v 1.30 2003/05/15 00:02:25 itojun Exp $     */
+/*     $NetBSD: wiconfig.c,v 1.31 2003/10/13 08:02:02 dyoung Exp $     */
 /*
  * Copyright (c) 1997, 1998, 1999
  *     Bill Paul <wpaul%ctr.columbia.edu@localhost>.  All rights reserved.
@@ -50,7 +50,8 @@
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
 #ifdef __NetBSD__
-#include <net/if_ieee80211.h>
+#include <net80211/ieee80211.h>
+#include <net80211/ieee80211_ioctl.h>
 #include <dev/ic/wi_ieee.h>
 #else
 #include <dev/pcmcia/if_wavelan_ieee.h>
@@ -69,7 +70,7 @@
 __COPYRIGHT(
 "@(#) Copyright (c) 1997, 1998, 1999\
        Bill Paul. All rights reserved.");
-__RCSID("$NetBSD: wiconfig.c,v 1.30 2003/05/15 00:02:25 itojun Exp $");
+__RCSID("$NetBSD: wiconfig.c,v 1.31 2003/10/13 08:02:02 dyoung Exp $");
 #endif
 
 struct wi_table {



Home | Main Index | Thread Index | Old Index