From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Roskin Date: Mon, 27 Jun 2011 11:49:38 -0400 Subject: [ath9k-devel] Changing ath9k init.c parameters from debugfs? In-Reply-To: References: Message-ID: <4E08A692.2020600@gnu.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 06/27/2011 06:45 AM, Fred Matthews wrote: > I need to change parameters in, > /drivers/net/wireless/ath/ath9k/init.c, such that I can modify them > at runtime via debugfs. I tried to do this but the driver does not > load, as I reckon init.c is called before debug.c Is there anyway to > do this as there is some functions I want to disable/enable > configured in init.c, without having to hardcode then recompile > again. init.c and debug.c are both compiled into ath9k.ko, so they are loaded at the same time, as a whole. -- Regards, Pavel Roskin