From owner-p4-projects@FreeBSD.ORG Thu Mar 6 23:56:59 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B77621065678; Thu, 6 Mar 2008 23:56:59 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 751911065675 for ; Thu, 6 Mar 2008 23:56:59 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 641218FC1B for ; Thu, 6 Mar 2008 23:56:59 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m26Nuxxm059589 for ; Thu, 6 Mar 2008 23:56:59 GMT (envelope-from thompsa@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m26NuxES059587 for perforce@freebsd.org; Thu, 6 Mar 2008 23:56:59 GMT (envelope-from thompsa@freebsd.org) Date: Thu, 6 Mar 2008 23:56:59 GMT Message-Id: <200803062356.m26NuxES059587@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to thompsa@freebsd.org using -f From: Andrew Thompson To: Perforce Change Reviews Cc: Subject: PERFORCE change 137037 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 23:57:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=137037 Change 137037 by thompsa@thompsa_peeps on 2008/03/06 23:56:32 Improve english. Affected files ... .. //depot/projects/wifi/sys/dev/wpi/if_wpi.c#20 edit Differences ... ==== //depot/projects/wifi/sys/dev/wpi/if_wpi.c#20 (text+ko) ==== @@ -3668,9 +3668,9 @@ case WPI_SET_CHAN: /* - * Only need to set the channel in Monitor mode. The scanning - * firmware command lists the channel and the AP channel is - * set in wpi_auth(). + * Only need to set the channel in Monitor mode. AP scanning + * and auth are already taken care of by their respective + * firmware commands. */ if (ic->ic_opmode == IEEE80211_M_MONITOR) { error = wpi_config(sc);