linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Madwifi porting to Ath9k
@ 2017-07-23 13:54 Arul jothi
  2017-07-24  6:01 ` Oleksij Rempel
  0 siblings, 1 reply; 5+ messages in thread
From: Arul jothi @ 2017-07-23 13:54 UTC (permalink / raw)
  To: linux-wireless

Hi,

  I have AR7161 based board which is using customized madwifi driver
with PCF implementation.
I need to port the driver to new board based on AR9344.
What should be the approach I should take

1.       Build Madwifi with current AR9344 Openwrt build

2.       Implement PCF with current Ath9k driver.


Please advise which approach I should take. Can someone help me with
some clue on that.
Thanks in advance.

Regards,
Arul.

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

* Re: Madwifi porting to Ath9k
  2017-07-23 13:54 Madwifi porting to Ath9k Arul jothi
@ 2017-07-24  6:01 ` Oleksij Rempel
  2017-07-24  6:08   ` Arul jothi
  0 siblings, 1 reply; 5+ messages in thread
From: Oleksij Rempel @ 2017-07-24  6:01 UTC (permalink / raw)
  To: Arul jothi, linux-wireless


[-- Attachment #1.1: Type: text/plain, Size: 715 bytes --]

Am 23.07.2017 um 15:54 schrieb Arul jothi:
> Hi,
> 
>   I have AR7161 based board which is using customized madwifi driver
> with PCF implementation.
> I need to port the driver to new board based on AR9344.
> What should be the approach I should take
> 
> 1.       Build Madwifi with current AR9344 Openwrt build
> 
> 2.       Implement PCF with current Ath9k driver.
> 
> 
> Please advise which approach I should take. Can someone help me with
> some clue on that.
> Thanks in advance.

In long term it is preferable to extend upstream version of the driver
(ath9k) aaand upstream you patches as well.

ath9k has big developer community and good testing coverage.

-- 
Regards,
Oleksij


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* Re: Madwifi porting to Ath9k
  2017-07-24  6:01 ` Oleksij Rempel
@ 2017-07-24  6:08   ` Arul jothi
  2017-07-24  7:19     ` Oleksij Rempel
  0 siblings, 1 reply; 5+ messages in thread
From: Arul jothi @ 2017-07-24  6:08 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: linux-wireless

Hi Oleksij,

   Thanks for your reply. I am new to the linux wireless.
Does ath9k has support for PCF implementation ? I couldn't find any
reference about PCF in ath9k.

Do you mean porting madwifi code to ath9k is straight forward ?.
Please give some link or guideliness.

Regards,
Arul.

On Mon, Jul 24, 2017 at 2:01 PM, Oleksij Rempel <linux@rempel-privat.de> wrote:
> Am 23.07.2017 um 15:54 schrieb Arul jothi:
>> Hi,
>>
>>   I have AR7161 based board which is using customized madwifi driver
>> with PCF implementation.
>> I need to port the driver to new board based on AR9344.
>> What should be the approach I should take
>>
>> 1.       Build Madwifi with current AR9344 Openwrt build
>>
>> 2.       Implement PCF with current Ath9k driver.
>>
>>
>> Please advise which approach I should take. Can someone help me with
>> some clue on that.
>> Thanks in advance.
>
> In long term it is preferable to extend upstream version of the driver
> (ath9k) aaand upstream you patches as well.
>
> ath9k has big developer community and good testing coverage.
>
> --
> Regards,
> Oleksij
>

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

* Re: Madwifi porting to Ath9k
  2017-07-24  6:08   ` Arul jothi
@ 2017-07-24  7:19     ` Oleksij Rempel
  2017-07-24 13:38       ` Arul jothi
  0 siblings, 1 reply; 5+ messages in thread
From: Oleksij Rempel @ 2017-07-24  7:19 UTC (permalink / raw)
  To: Arul jothi; +Cc: linux-wireless


[-- Attachment #1.1: Type: text/plain, Size: 488 bytes --]

Am 24.07.2017 um 08:08 schrieb Arul jothi:
> Hi Oleksij,
> 
>    Thanks for your reply. I am new to the linux wireless.
> Does ath9k has support for PCF implementation ? I couldn't find any
> reference about PCF in ath9k.
> 
> Do you mean porting madwifi code to ath9k is straight forward ?.
> Please give some link or guideliness.

- Isolate PCF code in Madwifi
- port it to the ath9k if possible
- do lots of testing
- send patches for review.

-- 
Regards,
Oleksij


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

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

* Re: Madwifi porting to Ath9k
  2017-07-24  7:19     ` Oleksij Rempel
@ 2017-07-24 13:38       ` Arul jothi
  0 siblings, 0 replies; 5+ messages in thread
From: Arul jothi @ 2017-07-24 13:38 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: linux-wireless

Can someone from Atheros confirm that PCF is supported in AR9344 /
9342 hardware.
I doubt, PCF might not work without hardware support.

On Mon, Jul 24, 2017 at 3:19 PM, Oleksij Rempel <linux@rempel-privat.de> wrote:
> Am 24.07.2017 um 08:08 schrieb Arul jothi:
>> Hi Oleksij,
>>
>>    Thanks for your reply. I am new to the linux wireless.
>> Does ath9k has support for PCF implementation ? I couldn't find any
>> reference about PCF in ath9k.
>>
>> Do you mean porting madwifi code to ath9k is straight forward ?.
>> Please give some link or guideliness.
>
> - Isolate PCF code in Madwifi
> - port it to the ath9k if possible
> - do lots of testing
> - send patches for review.
>
> --
> Regards,
> Oleksij
>

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

end of thread, other threads:[~2017-07-24 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-23 13:54 Madwifi porting to Ath9k Arul jothi
2017-07-24  6:01 ` Oleksij Rempel
2017-07-24  6:08   ` Arul jothi
2017-07-24  7:19     ` Oleksij Rempel
2017-07-24 13:38       ` Arul jothi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).