From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pw0-f46.google.com ([209.85.160.46]:62817 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751631Ab0C2WBI (ORCPT ); Mon, 29 Mar 2010 18:01:08 -0400 Received: by pwi5 with SMTP id 5so7088573pwi.19 for ; Mon, 29 Mar 2010 15:01:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <43e72e891003281645m1da47a1en882df4432733977d@mail.gmail.com> <43e72e891003291222n5e72a0a5m31dddf2bbf6e06ab@mail.gmail.com> <43e72e891003291256t7f53dcfck5f8c8cf94128eeb3@mail.gmail.com> From: "Luis R. Rodriguez" Date: Mon, 29 Mar 2010 15:00:47 -0700 Message-ID: <43e72e891003291500w632cb789r6860dae9ccdf744c@mail.gmail.com> Subject: Re: CRDA and ath5k with no country code in EEPROM To: Krzysztof Halasa Cc: linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Mar 29, 2010 at 1:48 PM, Krzysztof Halasa wrote: > "Luis R. Rodriguez" writes: > >>> But... isn't the modifying of the regulatory.bin (the US part of it) >>> to include channels valid in e.g. Europe breaking the (US) rules? >> >> Not if you sign off on it, which is exactly why the whole singing >> thing was invented. You would do this if say, you sell an AP and you >> verify and tested regulatory compliance against a different regulatory >> region. > > So what exactly do I change? Can the regulatory.bin change the default > country? Huh? > Remember I need to be compliant to the US freq sets as well - when the > regdomain is set to US. IOW I can't allow the user operating the device > to set e.g. channel 12 when the user selects country=US (so there is a > big difference between country 0=US and the real country=US). Huh? >> country code programmed to 0 is defined by Atheros documentation to be >> in the "US". > > But the driver says: > ath: EEPROM regdomain: 0x0 > ath: EEPROM indicates default country code should be used > ath: doing EEPROM country->regdmn map search > ath: country maps to regdmn code: 0x3a > ath: Country alpha2 being used: US > ath: Regpair used: 0x3a > > At least for the driver 0 doesn't mean US, it means "default country". > Perhaps the meaning of "default country" depends on maybe location of > the hw and/or sw manufacturer? I just pointed to some documentation for you which indicated 0x0 means "US". > Then maybe what I really need to do is substituting "EU" as the default > country and enforcing EU restrictions, even when the country selected by > the user is outside EU (e.g. enforcing EU+US in US)? > And when the user gets a card with country=US (not 0), the EU > restictions would be dropped (when physically in USA)? > > I think this all reduces to the meaning of country=0 for cards sold (in > this case) in Europe (and maybe manufactured here). > > > If the driver said "EEPROM regdomain: 0x0 = US" I'd return the cards to > the manufacturer, simple (realistically they'd fix the EEPROM instead). Whatever works for you. I'm telling you what Atheros supports on its documentation, if an ODM does something wacky, that's on them. Luis