From owner-cvs-src@FreeBSD.ORG Wed Apr 26 16:02:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9B816A406; Wed, 26 Apr 2006 16:02:36 +0000 (UTC) (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 7179243D62; Wed, 26 Apr 2006 16:02:36 +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 k3QG2aUp058114; Wed, 26 Apr 2006 16:02:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3QG2amB058113; Wed, 26 Apr 2006 16:02:36 GMT (envelope-from sam) Message-Id: <200604261602.k3QG2amB058113@repoman.freebsd.org> From: Sam Leffler Date: Wed, 26 Apr 2006 16:02: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/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 16:02:36 -0000 sam 2006-04-26 16:02:36 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: intercept public safety channels and do explicit mapping of freq->ieee channel number since we're not ready at the net80211 layer to deal with them; note this mapping has to match what's done in ieee80211_mhz2ieee MFC after: 3 days Revision Changes Path 1.142 +14 -1 src/sys/dev/ath/if_ath.c