From owner-cvs-all@FreeBSD.ORG Fri Dec 30 00:41:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4D116A41F; Fri, 30 Dec 2005 00:41:09 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C1843D95; Fri, 30 Dec 2005 00:40:45 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBU0ea1Z092234; Fri, 30 Dec 2005 00:40:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU0eaPc092233; Fri, 30 Dec 2005 00:40:36 GMT (envelope-from sam) Message-Id: <200512300040.jBU0eaPc092233@repoman.freebsd.org> From: Sam Leffler Date: Fri, 30 Dec 2005 00:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 00:41:10 -0000 sam 2005-12-30 00:40:36 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: correct checking for turbo channels: rev 1.24 fixed static turbo channels but broke handling of the turboG channel; since we aren't ready to revamp the channel list just check for turboA channels for now so channel 6 is considered in auto mode Noticed by: gibbs Revision Changes Path 1.26 +4 -4 src/sys/net80211/ieee80211.c