From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Simon Date: Thu, 9 Sep 2010 16:07:16 +0200 Subject: [ath9k-devel] Atheros 5008 and changing CRDA In-Reply-To: <20100909082157.1216193eyek3xue8@webmail.netcom.co.uk> References: <20100909082157.1216193eyek3xue8@webmail.netcom.co.uk> Message-ID: <201009091607.16853.simon_alex@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hi Will, usually when the domain is being changed, the kernel should request the settings from the userspace tool "crda" via a udev call. If iw reg set GB; sleep .1; COUNTRY=GB crda works for you, the kernel could not call crda itself, most probably because the udev entry is missing. Make sure you have the udev entry according to http://linuxwireless.org/en/developers/Regulatory/CRDA Chapter "Letting the kernel call CRDA" Alex