From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Walker Date: Mon, 11 Jan 2010 13:42:42 -0500 Subject: [ath9k-devel] trouble with DWA-552 and ath9k In-Reply-To: <19273.25018.877385.529083@gargle.gargle.HOWL> References: <4B2A5FA8.8060905@charter.net> <19242.62265.487757.695747@gargle.gargle.HOWL> <4B2AFC5D.1060001@charter.net> <19243.2224.974537.876295@gargle.gargle.HOWL> <4B39058A.6080108@charter.net> <1262033354.3002.11.camel@mj> <4B391DCB.6010500@charter.net> <1262035725.3002.23.camel@mj> <4B393739.9000601@charter.net> <20091229100250.xle1s7oai8ow08k8-cebfxv@webmail.spamcop.net> <4B3A8F7B.2050106@charter.net> <20091230011624.zygif55zaco8000s-cebfxv@webmail.spamcop.net> <4B436D94.4050304@charter.net> <19270.46529.788691.185819@gargle.gargle.HOWL> <4B489D63.9030305@charter.net> <19273.25018.877385.529083@gargle.gargle.HOWL> Message-ID: <4B4B7122.5050605@charter.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Sujith wrote: > Brian Walker wrote: > >> This is what I have in /etc/modprobe.d/local.conf (I run Fedora 11): >> >> options ath9k debug=0xffffffff >> >> In config.mk I have: >> >> CONFIG_ATH9K_DEBUG=y >> CONFIG_ATH9K_DEBUGFS=y >> > > It should be: > > CONFIG_ATH_DEBUG=y > CONFIG_ATH9K_DEBUGFS=y > > Sujith > Ok, I will try rebuilding with that and rebooting. I believe I used CONFIG_ATH9K_DEBUG=y because of the email from 12/17/2009: >Can you build compat-wireless with debug enabled ? >In config.mk, set CONFIG_ATH9K_DEBUG=y, rebuild and reload the driver >with the module parameter "debug=0x600" and post the kernel log. > >Sujith Thanks! Brian