All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] Enabling 4.9 GHz
@ 2014-08-01  8:57 Pannirselvam Kanagaratnam
  2014-08-02 15:15 ` abhinav narain
  2014-08-02 22:18 ` Adrian Chadd
  0 siblings, 2 replies; 11+ messages in thread
From: Pannirselvam Kanagaratnam @ 2014-08-01  8:57 UTC (permalink / raw)
  To: ath9k-devel

Hello,

I would like to know how to enable 4.9 GHz on ath9k. The module I am 
using is based on AR9590.

Regards,

Pannir

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-01  8:57 [ath9k-devel] Enabling 4.9 GHz Pannirselvam Kanagaratnam
@ 2014-08-02 15:15 ` abhinav narain
  2014-08-02 15:18   ` Pannirselvam Kanagaratnam
  2014-08-02 22:18 ` Adrian Chadd
  1 sibling, 1 reply; 11+ messages in thread
From: abhinav narain @ 2014-08-02 15:15 UTC (permalink / raw)
  To: ath9k-devel

Whats the purpose of this ? It is illegal to use that frequency I think :-)

-
Abhinav


On Fri, Aug 1, 2014 at 4:57 AM, Pannirselvam Kanagaratnam <pannir@xsmail.com
> wrote:

> Hello,
>
> I would like to know how to enable 4.9 GHz on ath9k. The module I am
> using is based on AR9590.
>
> Regards,
>
> Pannir
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140802/38780f48/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-02 15:15 ` abhinav narain
@ 2014-08-02 15:18   ` Pannirselvam Kanagaratnam
  2014-08-02 15:37     ` abhinav narain
  0 siblings, 1 reply; 11+ messages in thread
From: Pannirselvam Kanagaratnam @ 2014-08-02 15:18 UTC (permalink / raw)
  To: ath9k-devel

An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140802/a851ae03/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-02 15:18   ` Pannirselvam Kanagaratnam
@ 2014-08-02 15:37     ` abhinav narain
  2014-08-02 22:45       ` Pannirselvam Kanagaratnam
  0 siblings, 1 reply; 11+ messages in thread
From: abhinav narain @ 2014-08-02 15:37 UTC (permalink / raw)
  To: ath9k-devel

Please elaborate.


On Sat, Aug 2, 2014 at 11:18 AM, Pannirselvam Kanagaratnam <
pannir@xsmail.com> wrote:

>  Not for Public Safety applications.
>
>
> On 02/08/2014 11:15 PM, abhinav narain wrote:
>
> Whats the purpose of this ? It is illegal to use that frequency I think
> :-)
>
>  -
> Abhinav
>
>
> On Fri, Aug 1, 2014 at 4:57 AM, Pannirselvam Kanagaratnam <
> pannir at xsmail.com> wrote:
>
>> Hello,
>>
>> I would like to know how to enable 4.9 GHz on ath9k. The module I am
>> using is based on AR9590.
>>
>> Regards,
>>
>> Pannir
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel at lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140802/8c9223e5/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-01  8:57 [ath9k-devel] Enabling 4.9 GHz Pannirselvam Kanagaratnam
  2014-08-02 15:15 ` abhinav narain
@ 2014-08-02 22:18 ` Adrian Chadd
  2014-08-02 23:05   ` Pannirselvam Kanagaratnam
  2014-08-06  9:54   ` Pannirselvam Kanagaratnam
  1 sibling, 2 replies; 11+ messages in thread
From: Adrian Chadd @ 2014-08-02 22:18 UTC (permalink / raw)
  To: ath9k-devel

hi!

I think you'll have to hack up a custom regulatory domain database
that includes the frequencies your device is licenced to work on.

The things that need to happen:

* regdb support, or the driver/802.11 layer won't let you do anything;
* make sure your AR9590 has the "I'm allowed to do 4.9GHz!" bit in the
OTP EEPROM set, or the NIC may not let you;
* then make sure the AR9590 has calibration data for the 4.9GHz
channel(s), or things won't work very well.


-a


On 1 August 2014 01:57, Pannirselvam Kanagaratnam <pannir@xsmail.com> wrote:
> Hello,
>
> I would like to know how to enable 4.9 GHz on ath9k. The module I am
> using is based on AR9590.
>
> Regards,
>
> Pannir
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-02 15:37     ` abhinav narain
@ 2014-08-02 22:45       ` Pannirselvam Kanagaratnam
  0 siblings, 0 replies; 11+ messages in thread
From: Pannirselvam Kanagaratnam @ 2014-08-02 22:45 UTC (permalink / raw)
  To: ath9k-devel

An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140803/1563d871/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-02 22:18 ` Adrian Chadd
@ 2014-08-02 23:05   ` Pannirselvam Kanagaratnam
  2014-08-03 16:31     ` abhinav narain
  2014-08-06  9:54   ` Pannirselvam Kanagaratnam
  1 sibling, 1 reply; 11+ messages in thread
From: Pannirselvam Kanagaratnam @ 2014-08-02 23:05 UTC (permalink / raw)
  To: ath9k-devel

Thanks Adrian. 2 & 3 are done. Will look into regdb.

Regards,

Pannir

On 03/08/2014 6:18 AM, Adrian Chadd wrote:
> hi!
>
> I think you'll have to hack up a custom regulatory domain database
> that includes the frequencies your device is licenced to work on.
>
> The things that need to happen:
>
> * regdb support, or the driver/802.11 layer won't let you do anything;
> * make sure your AR9590 has the "I'm allowed to do 4.9GHz!" bit in the
> OTP EEPROM set, or the NIC may not let you;
> * then make sure the AR9590 has calibration data for the 4.9GHz
> channel(s), or things won't work very well.
>
>
> -a
>
>
> On 1 August 2014 01:57, Pannirselvam Kanagaratnam <pannir@xsmail.com> wrote:
>> Hello,
>>
>> I would like to know how to enable 4.9 GHz on ath9k. The module I am
>> using is based on AR9590.
>>
>> Regards,
>>
>> Pannir
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel at lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-02 23:05   ` Pannirselvam Kanagaratnam
@ 2014-08-03 16:31     ` abhinav narain
  2014-08-06 10:13       ` Pannirselvam Kanagaratnam
  0 siblings, 1 reply; 11+ messages in thread
From: abhinav narain @ 2014-08-03 16:31 UTC (permalink / raw)
  To: ath9k-devel

This link has the patches and processing scripts.
http://wiki.spench.net/wiki/RADAR

Thanks,
Abhinav


On Sat, Aug 2, 2014 at 4:05 PM, Pannirselvam Kanagaratnam <pannir@xsmail.com
> wrote:

> Thanks Adrian. 2 & 3 are done. Will look into regdb.
>
> Regards,
>
> Pannir
>
> On 03/08/2014 6:18 AM, Adrian Chadd wrote:
> > hi!
> >
> > I think you'll have to hack up a custom regulatory domain database
> > that includes the frequencies your device is licenced to work on.
> >
> > The things that need to happen:
> >
> > * regdb support, or the driver/802.11 layer won't let you do anything;
> > * make sure your AR9590 has the "I'm allowed to do 4.9GHz!" bit in the
> > OTP EEPROM set, or the NIC may not let you;
> > * then make sure the AR9590 has calibration data for the 4.9GHz
> > channel(s), or things won't work very well.
> >
> >
> > -a
> >
> >
> > On 1 August 2014 01:57, Pannirselvam Kanagaratnam <pannir@xsmail.com>
> wrote:
> >> Hello,
> >>
> >> I would like to know how to enable 4.9 GHz on ath9k. The module I am
> >> using is based on AR9590.
> >>
> >> Regards,
> >>
> >> Pannir
> >> _______________________________________________
> >> ath9k-devel mailing list
> >> ath9k-devel at lists.ath9k.org
> >> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140803/680cd805/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-02 22:18 ` Adrian Chadd
  2014-08-02 23:05   ` Pannirselvam Kanagaratnam
@ 2014-08-06  9:54   ` Pannirselvam Kanagaratnam
  1 sibling, 0 replies; 11+ messages in thread
From: Pannirselvam Kanagaratnam @ 2014-08-06  9:54 UTC (permalink / raw)
  To: ath9k-devel

Adrian,

I got the db.txt modified.

root at p1023:/usr/sbin# iw reg get
country US:
         (2402 - 2472 @ 40), (30, 0)
         (4940 - 4990 @ 20), (20, 0)
         (5170 - 5250 @ 80), (20, 0)
         (5250 - 5330 @ 80), (23, 0)
         (5735 - 5835 @ 80), (30, 0)

However, I am unable to set the frequency for 4950 MHz.

root at p1023:/usr/sbin# iw dev wlan0 set freq 5180
root at p1023:/usr/sbin# iw dev wlan0 set freq 4950
command failed: Invalid argument (-22)

Anything else I need to do?

Regards,

Pannir

On 03/08/2014 6:18 AM, Adrian Chadd wrote:
> hi!
>
> I think you'll have to hack up a custom regulatory domain database
> that includes the frequencies your device is licenced to work on.
>
> The things that need to happen:
>
> * regdb support, or the driver/802.11 layer won't let you do anything;
> * make sure your AR9590 has the "I'm allowed to do 4.9GHz!" bit in the
> OTP EEPROM set, or the NIC may not let you;
> * then make sure the AR9590 has calibration data for the 4.9GHz
> channel(s), or things won't work very well.
>
>
> -a
>
>
> On 1 August 2014 01:57, Pannirselvam Kanagaratnam <pannir@xsmail.com> wrote:
>> Hello,
>>
>> I would like to know how to enable 4.9 GHz on ath9k. The module I am
>> using is based on AR9590.
>>
>> Regards,
>>
>> Pannir
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel at lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-03 16:31     ` abhinav narain
@ 2014-08-06 10:13       ` Pannirselvam Kanagaratnam
  2014-08-06 16:14         ` abhinav narain
  0 siblings, 1 reply; 11+ messages in thread
From: Pannirselvam Kanagaratnam @ 2014-08-06 10:13 UTC (permalink / raw)
  To: ath9k-devel

An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140806/5a66c14f/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ath9k-devel] Enabling 4.9 GHz
  2014-08-06 10:13       ` Pannirselvam Kanagaratnam
@ 2014-08-06 16:14         ` abhinav narain
  0 siblings, 0 replies; 11+ messages in thread
From: abhinav narain @ 2014-08-06 16:14 UTC (permalink / raw)
  To: ath9k-devel

Pannir -
It is ath5k driver code, but possibly a good starting point if you want to
do similar mods in ath9k !
(I assume atleast the configuration parts of the driver are similar,
although ath9k is way different
in packet processing etc)

HTH,
Abhinav


On Wed, Aug 6, 2014 at 6:13 AM, Pannirselvam Kanagaratnam <pannir@xsmail.com
> wrote:

>  Abhinav,
>
> Is this applicable for ath9k?
>
> Regards,
>
> Pannir
>
>
> On 04/08/2014 12:31 AM, abhinav narain wrote:
>
>  This link has the patches and processing scripts.
>  http://wiki.spench.net/wiki/RADAR
>
> Thanks,
>  Abhinav
>
>
> On Sat, Aug 2, 2014 at 4:05 PM, Pannirselvam Kanagaratnam <
> pannir at xsmail.com> wrote:
>
>> Thanks Adrian. 2 & 3 are done. Will look into regdb.
>>
>> Regards,
>>
>> Pannir
>>
>> On 03/08/2014 6:18 AM, Adrian Chadd wrote:
>> > hi!
>> >
>> > I think you'll have to hack up a custom regulatory domain database
>> > that includes the frequencies your device is licenced to work on.
>> >
>> > The things that need to happen:
>> >
>> > * regdb support, or the driver/802.11 layer won't let you do anything;
>> > * make sure your AR9590 has the "I'm allowed to do 4.9GHz!" bit in the
>> > OTP EEPROM set, or the NIC may not let you;
>> > * then make sure the AR9590 has calibration data for the 4.9GHz
>> > channel(s), or things won't work very well.
>> >
>> >
>> > -a
>> >
>> >
>> > On 1 August 2014 01:57, Pannirselvam Kanagaratnam <pannir@xsmail.com>
>> wrote:
>> >> Hello,
>> >>
>> >> I would like to know how to enable 4.9 GHz on ath9k. The module I am
>> >> using is based on AR9590.
>> >>
>> >> Regards,
>> >>
>> >> Pannir
>> >> _______________________________________________
>> >> ath9k-devel mailing list
>> >> ath9k-devel at lists.ath9k.org
>> >> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>>
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel at lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140806/1333c0a0/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-08-06 16:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01  8:57 [ath9k-devel] Enabling 4.9 GHz Pannirselvam Kanagaratnam
2014-08-02 15:15 ` abhinav narain
2014-08-02 15:18   ` Pannirselvam Kanagaratnam
2014-08-02 15:37     ` abhinav narain
2014-08-02 22:45       ` Pannirselvam Kanagaratnam
2014-08-02 22:18 ` Adrian Chadd
2014-08-02 23:05   ` Pannirselvam Kanagaratnam
2014-08-03 16:31     ` abhinav narain
2014-08-06 10:13       ` Pannirselvam Kanagaratnam
2014-08-06 16:14         ` abhinav narain
2014-08-06  9:54   ` Pannirselvam Kanagaratnam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.