netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Loop detected  - calling function from different modules
@ 2006-08-30 20:58 Frank Schneider
  2006-08-30 21:26 ` Stephen Hemminger
  2006-08-31  7:17 ` Johannes Berg
  0 siblings, 2 replies; 9+ messages in thread
From: Frank Schneider @ 2006-08-30 20:58 UTC (permalink / raw)
  To: netdev


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

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-09-04  7:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-30 20:58 Loop detected - calling function from different modules Frank Schneider
2006-08-30 21:26 ` Stephen Hemminger
2006-09-03  9:02   ` Frank Schneider
2006-08-31  7:17 ` Johannes Berg
2006-08-31  9:53   ` Frank Schneider
2006-08-31  9:57     ` Johannes Berg
2006-08-31 11:10       ` Frank Schneider
2006-09-03 11:20       ` Frank Schneider
2006-09-04  7:07         ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).