hi Stephen,

you can check these:

 http://bcm43xx.berlios.de/
http://madwifi.org/

R
/frank


From: Stephen Hemminger <[EMAIL PROTECTED]>
To: "Frank Schneider" <[EMAIL PROTECTED]>
CC: netdev@vger.kernel.org
Subject: Re: Loop detected  - calling function from different modules
Date: Wed, 30 Aug 2006 14:26:07 -0700

On Wed, 30 Aug 2006 22:58:17 +0200
"Frank Schneider" <[EMAIL PROTECTED]> wrote:

>
> hi all,
>
> I am writing/customizing a network(wlan pc card) device driver for Linux
> kernel 2.6.12
> Think about I have two modules e.g. ath_pci and wlan module.
> I can call a function from a .c file which is implemented in a .c file in
> wlan module by using EXPORT_SYMBOL macro..
>
> and i need to do same in reverse way, i.e. call a function from wlan module
> that is implemented in ath_pci module.
>
> I did the same way and its making but when I do make install its showing
> following error:
>
> WARNING: Loop detected: /lib/modules/2.6.12/net/ath_pci.ko needs wlan.ko
> which needs ath_pci.ko again!
>
> Please anybody tell how can I do this, any clue , please ?
>
> thanx in advance
>
> n.b. this question may consider as very naive since I am not good yet in
> kernel hacking.. !!!!
>
> regards,
> /Frank

Where are these open source drivers so the wireless developers can help?

--
Stephen Hemminger <[EMAIL PROTECTED]>

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


--
VGER BF report: U 0.864812
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to