Re: [PATCH] cfg80211: VHT (11ac) Regulatory change
From: Mahesh Palivela <hidden>
Date: 2012-08-27 04:15:48
On 08/26/2012 02:09 PM, Johannes Berg wrote:
On Fri, 2012-08-24 at 18:38 +0530, Mahesh Palivela wrote: We don't support 5/10 MHz (yet anyway), so we don't have to worry about that.
Oh, for legacy we still depend on chan_type setting for sometime?
quoted
so country might allow primary chan to fall in other frequency segment?Yes, but how's that related to how you specify the channel?
ok. I will change the channel config structure per 11ac spec.
dot11CurrentChannelBandwidth
Channel bandwidth. Possible values represent 20 MHz, 40 MHz,
80 MHz, 160 MHz and 80+80 MHz channels.
dot11CurrentChannelCenterFrequencyIndex0
In 20 MHz, 40 MHz, 80 MHz and 160 MHz channels, denotes
the channel center frequency.In 80+80 MHz channels, denotes the
center frequency of the frequency segment 0, which is the
frequency segment containing the primary channel.
Valid range is 1 to 200.
dot11CurrentChannelCenterFrequencyIndex1
In 80+80 MHz channels, denotes the center frequency of the fre-
quency segment 1, which is the frequency segment that does not
contain the primary channel.Valid range is 1 to 200.
Undefined for 20 MHz, 40 MHz, 80 MHz and 160 MHz chan-
nels.
dot11CurrentPrimaryChannel
Denotes the location of the primary 20 MHz channel.
Valid range is 1 to 200.
joahnnes