Re: [ath5k-devel] ath5k-devel Digest, Vol 9, Issue 8

2008-06-27 Thread Louay Sakka
Ok, I move the two missing functions to the ath5k code (temporary ) ieee80211_channel_to_frequency() compat_is_pcie() So now I can insmod without any issues, the problem is when I have the wireless device: lspci 00:02.0 Class 0200: Unknown device 168c:001b (rev 01) Atheros I get the following

Re: [ath5k-devel] ath5k-devel Digest, Vol 9, Issue 8

2008-06-27 Thread Louay Sakka
Ok sorry, my mistake, It is building for MIPS for sure, the file command confirm, it was just missing symbols: ath5k: Unknown symbol compat_is_pcie ath5k: Unknown symbol ieee80211_frequency_to_channel I am investigating right now. Louay Pavel Roskin wrote: > On Fri, 2008-06-27 at 12:36 -0400

Re: [ath5k-devel] ath5k-devel Digest, Vol 9, Issue 8

2008-06-27 Thread Pavel Roskin
On Fri, 2008-06-27 at 12:36 -0400, Louay Sakka wrote: > Sorry Pavel, > > This was me dumping all info needed to Luis who ask for, > > Any way my kernel Makefile have all this setup already, here is a snapshot: > > > ARCH ?= mips > CROSS_COMPILE ?=/bin/mipsel-linux- > # Architecture as

Re: [ath5k-devel] ath5k-devel Digest, Vol 9, Issue 8

2008-06-27 Thread Pavel Roskin
On Thu, 2008-06-26 at 18:34 -0400, Louay Sakka wrote: > But I don't think it use the cross compiler for MIPS, and not sure how I > force it to do so (could not find it in the make file) You need to set ARCH and CROSS_COMPILE, as described in the top-level Makefile of the Linux kernel, e.g.: make

Re: [ath5k-devel] ath5k-devel Digest, Vol 9, Issue 8

2008-06-27 Thread Luis R. Rodriguez
On Thu, Jun 26, 2008 at 03:34:50PM -0700, Louay Sakka wrote: > > Dear Nick, > > I try to download : > http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2 > > And after some issues with __una_u64 redefine I manage to compile it > successfully (need to #if 0 it