Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/dev/pci Pull up following revision(s) (requested by k...



details:   https://anonhg.NetBSD.org/src/rev/b6b9fd662020
branches:  netbsd-6
changeset: 774142:b6b9fd662020
user:      riz <riz%NetBSD.org@localhost>
date:      Tue May 22 18:36:33 2012 +0000

description:
Pull up following revision(s) (requested by khorben in ticket #266):
        sys/dev/pci/if_wpi.c: patch

        Fix harmless typo which was previously pulled up.

diffstat:

 sys/dev/pci/if_wpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7d5560867fa2 -r b6b9fd662020 sys/dev/pci/if_wpi.c
--- a/sys/dev/pci/if_wpi.c      Mon May 21 16:50:28 2012 +0000
+++ b/sys/dev/pci/if_wpi.c      Tue May 22 18:36:33 2012 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: if_wpi.c,v 1.50.2.1 2012/05/19 15:28:00 riz Exp $    */
+/*  $NetBSD: if_wpi.c,v 1.50.2.2 2012/05/22 18:36:33 riz Exp $    */
 
 /*-
  * Copyright (c) 2006, 2007
@@ -18,7 +18,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.50.2.1 2012/05/19 15:28:00 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.50.2.2 2012/05/22 18:36:33 riz Exp $");
 
 /*
  * Driver for Intel PRO/Wireless 3945ABG 802.11 network adapters.
@@ -310,7 +310,7 @@
 
        /* set device capabilities */
        ic->ic_caps =
-#ifdef netyet
+#ifdef notyet
                IEEE80211_C_IBSS |       /* IBSS mode support */
 #endif
                IEEE80211_C_WPA |        /* 802.11i */



Home | Main Index | Thread Index | Old Index