Re: Loop detected - calling function from different modules
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-08-31 07:17:21
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-08-31 07:17:21
On Wed, 2006-08-30 at 22:58 +0200, Frank Schneider wrote:
and i need to do same in reverse way, i.e. call a function from wlan module that is implemented in ath_pci module.
No, you don't. Period. Either wlan provides services to ath_pci, or they should be one module. Besides, why don't you port atheros drivers to d80211 instead? And how about showing code? :) johannes