From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Mon, 29 Dec 2008 08:07:59 -0800 Subject: [ath9k-devel] ath9k for ar9102 and ar9103, OpenWRT, AP81 router hardware In-Reply-To: References: Message-ID: <20081229160759.GS5944@tesla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Sun, Dec 28, 2008 at 02:22:31PM -0800, Stephen Gutknecht (hilltx) wrote: > A major discovery, good news! Through exhaustive searching of every > bit I could find about AHB drivers, I stumbled into the source code > for the Atheros Radio Testing (ART) for these routers. From my AP81 > router (Trendnet TEW-652BRP, DLink DIR-615 C1) running OpenWRT trunk: > > > root at OpenWrt:/tmp# insmod art.ko > CHIP REV ID: b4 > dk_dev_init::status after register_chrdev(dk) = 0 > Base Phsycal address :0x180c0000 > DK::Add client 0 > DK::Reg phy addr = 180c0000 vir Addr = b80c0000 > DK::Irq = 2 > DK::Allocated 0x200000 bytes memory > DK::memory vir Addr = 80c00000 phy Addr = c00000 > Device Status is : 0x11 > root at OpenWrt:/tmp# uname -a > Linux OpenWrt 2.6.27.10 #18 Sat Dec 27 13:54:44 CST 2008 mips unknown > > > The art driver was made for 2.6.15, I updated it to work on newer > kernels. It has all the juicy details that an experienced ath9k > developer should need to get these chips working. > > driver source AP81/AP83: > http://svn.openfoundry.org/jpgdauto/atheros/art_modules_v0_7_b9.tbz > > Patch for newer kernels: > http://forum.openwrt.org/viewtopic.php?pid=78718#p78718 These should *not* be posted as they are not part of the driver, whoever posted this is violating our license and this will be looked into. Avoid using this as a source of documentation. Luis