From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Fri, 3 Apr 2009 15:01:22 -0700 Subject: [ath9k-devel] hostAPd operating in 5Ghz channels In-Reply-To: <8336C6E0-EC2F-43EE-9B61-3780149C880C@gmail.com> References: <7439b3d10904030120k50dbb02bsfb1a5fb3a2a93e73@mail.gmail.com> <1238747597.7153.3.camel@jm-desktop> <65C08C92-B8C7-48DE-8383-1B7C197A2A0D@gmail.com> <1238794306.12112.3.camel@mj> <8336C6E0-EC2F-43EE-9B61-3780149C880C@gmail.com> Message-ID: <20090403220122.GF10278@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 Fri, Apr 03, 2009 at 02:44:00PM -0700, Giorgio Mazzucchelli wrote: > > > Please don't retell error messages and don't assume that you are doing > > something wrong. > > OK, sorry for that. > > > Please give exact commands you are using, and explain > > how you see that they are not working. > > iw reg set IT > > Frequencies: > * 5180 MHz [36] (17.0 dBm) > * 5200 MHz [40] (17.0 dBm) > * 5220 MHz [44] (17.0 dBm) > * 5240 MHz [48] (17.0 dBm) > * 5260 MHz [52] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5280 MHz [56] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5300 MHz [60] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5320 MHz [64] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5500 MHz [100] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5520 MHz [104] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5540 MHz [108] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5560 MHz [112] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5580 MHz [116] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5600 MHz [120] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5620 MHz [124] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5640 MHz [128] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5660 MHz [132] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5680 MHz [136] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5700 MHz [140] (20.0 dBm) (passive scanning, no IBSS, > radar detection) > * 5745 MHz [149] (disabled) > * 5765 MHz [153] (disabled) > * 5785 MHz [157] (disabled) > * 5805 MHz [161] (disabled) > * 5825 MHz [165] (disabled) > > iw reg set US (or FR, DE... whatever) > prints the same frequencies listed above. > > modbrobe cfg80211 ieee_regdom=IT (or US, FR, DE...) > doesn't change anything. This is by design -- if the card has a regulatory domain set programmed into it, you won't be able to override it. So its not that its failing its more that the card already has its regulatory information properly programmed. This goes for Intel and Atheros wireless cards. Cards that have no regulatory implementations though can benefit from user input as there is none -- that accounts for the rest of the cards. Luis