From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-85077-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KpnrE-0004Pf-B1
	for garchives@archives.gentoo.org; Tue, 14 Oct 2008 17:38:56 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EBC76E0349;
	Tue, 14 Oct 2008 17:38:55 +0000 (UTC)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152])
	by pigeon.gentoo.org (Postfix) with ESMTP id AC9A2E0349
	for <gentoo-user@lists.gentoo.org>; Tue, 14 Oct 2008 17:38:55 +0000 (UTC)
Received: by fg-out-1718.google.com with SMTP id d23so2276439fga.14
        for <gentoo-user@lists.gentoo.org>; Tue, 14 Oct 2008 10:38:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:mime-version:content-type:content-transfer-encoding
         :content-disposition;
        bh=HBGN7z9b3T/9FTiOMPiaRTlAAJS8IuM6CI8fegkHJH8=;
        b=AEWvSs5OqItW3O7qTjcn04RONUd7syOuF4bx0NV9pWxHdFkQ73eUZ37XR6x7IwLp9D
         Rn8XXtAtEQMX108G2mitRFYoVwKn2HxwJM4TIIBl031bUD3SH6358Arig76bQB1b90lm
         +/qXd36Vsq0f4Ap+EWpB0JqDoRieF3R6p0hnk=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:mime-version:content-type
         :content-transfer-encoding:content-disposition;
        b=CkqOkKmj0KgfLgGus1yZ7kXoLJCECrY9wpDZ1knKFm/Hnds61098HGYcHazIaHcsNn
         gPsHB+oPSr+N/LLxe9w7kmzS+S+kxorAffvn13bGayI9JM0ey3DWLYvbRo5PUmY+CSOs
         THMz4WawoM8IY2PaML95br77svUO+TpFJ1Rwg=
Received: by 10.181.146.11 with SMTP id y11mr6129329bkn.60.1224005934211;
        Tue, 14 Oct 2008 10:38:54 -0700 (PDT)
Received: by 10.180.229.10 with HTTP; Tue, 14 Oct 2008 10:38:54 -0700 (PDT)
Message-ID: <49bf44f10810141038h2bbea566qcc256b381824cfda@mail.gmail.com>
Date: Tue, 14 Oct 2008 10:38:54 -0700
From: Grant <emailgrant@gmail.com>
To: "Gentoo mailing list" <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] ath5k in the kernel - where is it?
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Archives-Salt: 4448acd1-b3cb-4425-bad8-20db7c9abaf2
X-Archives-Hash: 7c49ea6ce75c71e01f99bb1cbae62c78

I'm using linux-2.6.25-hardened-r8 and I get:

# locate ath5k
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/Makefile
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/ath5k.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/base.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/base.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/debug.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/debug.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/hw.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/hw.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/initvals.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/phy.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/reg.h
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/regdom.c
/usr/src/linux-2.6.25-hardened-r8/drivers/net/wireless/ath5k/regdom.h

but I can't find ath5k in menuconfig.  Does anyone know where it is?

- Grant