From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Thu, 5 Feb 2009 14:13:09 -0800 Subject: [ath9k-devel] [RFC] Serialization of writes In-Reply-To: <200902052244.15862.listsrv@wilsoft.nl> References: <20090204011216.GA8220@tesla> <200902052144.52031.listsrv@wilsoft.nl> <20090205213332.GB12298@tesla> <200902052244.15862.listsrv@wilsoft.nl> Message-ID: <20090205221309.GF12298@tesla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Thu, Feb 05, 2009 at 01:44:15PM -0800, W. van den Akker wrote: > Whatever I have filled in (hostapd.conf entry country_code set or default) > is giving the same result. The 'NL' option is recognized. I browsed the code > of crda and the check for the country code is ok. > > Also udevadm monitor doesnt give any feedback on user-events. Do you mean when you do this? udevadm monitor --environment kernel > I woud assume if I use crda or start hostapd it would give some kind of > output.. Yeah you can also just use this to test this: iw reg set NL Mind, you if you already set NL it will just return 0 as that was already set, so you may want to try some other country and then switch back to another one to run these tests. Luis