From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: Re: Loop detected - calling function from different modules Date: Thu, 31 Aug 2006 09:17:56 +0200 Message-ID: <1157008676.3065.10.camel@ux156> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org Return-path: Received: from crystal.sipsolutions.net ([195.210.38.204]:64954 "EHLO sipsolutions.net") by vger.kernel.org with ESMTP id S1750838AbWHaHRV (ORCPT ); Thu, 31 Aug 2006 03:17:21 -0400 To: Frank Schneider In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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