From owner-p4-projects@FreeBSD.ORG Wed May 5 21:15:56 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A74A8106567A; Wed, 5 May 2010 21:15:56 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C0461065674 for ; Wed, 5 May 2010 21:15:56 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 50CE48FC16 for ; Wed, 5 May 2010 21:15:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o45LFuum079195 for ; Wed, 5 May 2010 21:15:56 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o45LFu7l079193 for perforce@freebsd.org; Wed, 5 May 2010 21:15:56 GMT (envelope-from rene@FreeBSD.org) Date: Wed, 5 May 2010 21:15:56 GMT Message-Id: <201005052115.o45LFu7l079193@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 177784 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 21:15:56 -0000 http://p4web.freebsd.org/@@177784?ac=10 Change 177784 by rene@rene_acer on 2010/05/05 21:15:30 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#21 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#21 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -788,7 +788,7 @@ Kernel Configuration - To use wireless networking you need a wireless + To use wireless networking, you need a wireless networking card and to configure the kernel with the appropriate wireless networking support. The latter is separated into multiple modules so that you only need to @@ -803,13 +803,13 @@ if_ath_load="YES" The Atheros driver is split up into three separate - pieces: the driver proper (&man.ath.4;), the hardware + pieces: the proper driver (&man.ath.4;), the hardware support layer that handles chip-specific functions (&man.ath.hal.4;), and an algorithm for selecting which of several possible rates for transmitting frames - (ath_rate_sample here). When you load this support as - modules these dependencies are automatically handled for - you. If instead of an Atheros device you had another device + (ath_rate_sample here). When this support is loaded as kernel + modules, these dependencies are automatically handled for + you. If, instead of an Atheros device, you had another device you would select the module for that device; e.g.: if_wi_load="YES" @@ -852,7 +852,7 @@ base &man.wlan.4; driver which is dynamically loaded with the adapter driver. - With that you will need the modules + With that, you will need the modules that implement cryptographic support for the security protocols you intend to use. These are intended to be dynamically loaded on demand by the &man.wlan.4; module but @@ -861,8 +861,8 @@ and &man.wlan.tkip.4;. Both &man.wlan.ccmp.4; and &man.wlan.tkip.4; drivers are only needed if you intend to use the WPA and/or 802.11i security protocols. If your - network is to run totally open (i.e., with no encryption) - then you do not even need the &man.wlan.wep.4; support. To + network does not use encryption, + you will not need &man.wlan.wep.4; support. To load these modules at boot time, add the following lines to /boot/loader.conf: @@ -874,7 +874,7 @@ configuration file (i.e., /boot/loader.conf), you have to reboot your &os; box. If you do not want to reboot your machine - for the moment, you can just load the modules by hand using + for the moment, you can load the modules by hand using &man.kldload.8;. @@ -959,8 +959,8 @@ &prompt.root; ifconfig ath0 up scan - In the rest of this document, the &os; 7.X user - will have to change the command and configuration lines + In the rest of this document, &os; 7.X users + will need to change the command and configuration lines according to that scheme.