From d07007a763e0bac8744b4f8e78c480aabf5458ff Mon Sep 17 00:00:00 2001 From: YONETANI Tomokazu Date: Thu, 21 Sep 2006 05:18:24 +0000 Subject: [PATCH] Typo in commented out line. Revealed-by: Haidut --- sys/config/GENERIC | 4 ++-- sys/i386/conf/GENERIC | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/config/GENERIC b/sys/config/GENERIC index a2ab6558e0..6a4da3a1c7 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -4,7 +4,7 @@ # Check the LINT configuration file in sys/i386/conf, for an # exhaustive list of options. # -# $DragonFly: src/sys/config/GENERIC,v 1.38 2006/09/03 08:46:59 sephe Exp $ +# $DragonFly: src/sys/config/GENERIC,v 1.39 2006/09/21 05:18:24 y0netan1 Exp $ machine i386 cpu I386_CPU @@ -221,7 +221,7 @@ device wlan # 802.11 support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_wep # 802.11 WEP support -#define wlan_ratectl_onoe # 802.11 Onoe TX rate control algorithm +#device wlan_ratectl_onoe # 802.11 Onoe TX rate control algorithm # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 4057984358..3dacd615e6 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -4,7 +4,7 @@ # Check the LINT configuration file in sys/i386/conf, for an # exhaustive list of options. # -# $DragonFly: src/sys/i386/conf/Attic/GENERIC,v 1.38 2006/09/03 08:46:59 sephe Exp $ +# $DragonFly: src/sys/i386/conf/Attic/GENERIC,v 1.39 2006/09/21 05:18:24 y0netan1 Exp $ machine i386 cpu I386_CPU @@ -221,7 +221,7 @@ device wlan # 802.11 support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_wep # 802.11 WEP support -#define wlan_ratectl_onoe # 802.11 Onoe TX rate control algorithm +#device wlan_ratectl_onoe # 802.11 Onoe TX rate control algorithm # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP -- 2.11.4.GIT