All of lore.kernel.org
 help / color / mirror / Atom feed
* ath10k-firmware: QCA4019 hw1.0: Add Netgear WAC510 specific BDFs
@ 2018-09-12 19:36 Robert Marko
  2018-10-08 12:55 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Marko @ 2018-09-12 19:36 UTC (permalink / raw)
  To: ath10k

[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]

Hi,

I am currently working on the Netgear WAC510 support for
OpenWrt.
This AP requires two special BDFs to get the Wi-Fi PHYs working (correctly). The
bmi-board-id='s would clash with one of the the IPQ401X AP-DK boards because
QCA doesn't provide special IDs for customers and seems to use the AP-DK
board-ids in the wifi firmware to change its behavior.

Now to the questions from the wiki page [1]:

* description for what hardware this is:

  - it is a QCA4019 based module (based on qcom-ipq4019-ap.dk01.1-c1)
  - one QCA4019 radio is used as 2.4GHz radio
  - one QCA4019 radio is used as 5GHz radio

* origin of the board file (did you create it yourself or where you
  downloaded)

  - it was pulled from the factory firmware image
  - it is based on latest 5.0.54 firmware

* ids to be used with the board file (ATH10K_BD_IE_BOARD_NAME in ath10k)

  - QCA4019 hw1.0

  + bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=Netgear-WAC510
     md5sum:
     8fd3e1b98d30be3cd14ae4b110be37f7

  + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=Netgear-WAC510
     md5sum:
     5a42cb70b249e704bb50561bf274e468

* attach the actual board file (board.bin)

  - The name of the files are equal to the id string in the board-2.bin
    (minus the ".bin")

Kind regards,
Robert Marko

[1] https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles

[-- Attachment #2: bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=Netgear-WAC510.bin --]
[-- Type: application/x-sega-cd-rom, Size: 12064 bytes --]

[-- Attachment #3: bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=Netgear-WAC510.bin --]
[-- Type: application/x-sega-cd-rom, Size: 12064 bytes --]

[-- Attachment #4: Type: text/plain, Size: 146 bytes --]

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

* Re: ath10k-firmware: QCA4019 hw1.0: Add Netgear WAC510 specific BDFs
  2018-09-12 19:36 ath10k-firmware: QCA4019 hw1.0: Add Netgear WAC510 specific BDFs Robert Marko
@ 2018-10-08 12:55 ` Kalle Valo
  2018-10-08 15:46   ` Robert Marko
  0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2018-10-08 12:55 UTC (permalink / raw)
  To: Robert Marko; +Cc: ath10k

Robert Marko <robimarko@gmail.com> writes:

> I am currently working on the Netgear WAC510 support for
> OpenWrt.
> This AP requires two special BDFs to get the Wi-Fi PHYs working (correctly). The
> bmi-board-id='s would clash with one of the the IPQ401X AP-DK boards because
> QCA doesn't provide special IDs for customers and seems to use the AP-DK
> board-ids in the wifi firmware to change its behavior.
>
> Now to the questions from the wiki page [1]:
>
> * description for what hardware this is:
>
>   - it is a QCA4019 based module (based on qcom-ipq4019-ap.dk01.1-c1)
>   - one QCA4019 radio is used as 2.4GHz radio
>   - one QCA4019 radio is used as 5GHz radio
>
> * origin of the board file (did you create it yourself or where you
>   downloaded)
>
>   - it was pulled from the factory firmware image
>   - it is based on latest 5.0.54 firmware
>
> * ids to be used with the board file (ATH10K_BD_IE_BOARD_NAME in ath10k)
>
>   - QCA4019 hw1.0
>
>   + bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=Netgear-WAC510
>      md5sum:
>      8fd3e1b98d30be3cd14ae4b110be37f7
>
>   + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=Netgear-WAC510
>      md5sum:
>      5a42cb70b249e704bb50561bf274e468
>
> * attach the actual board file (board.bin)
>
>   - The name of the files are equal to the id string in the board-2.bin
>     (minus the ".bin")

Added, thanks. Please double check my changes:

https://github.com/kvalo/ath10k-firmware/commit/d13a7c4722e97ad60b66d23033266fe908dab6cf

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

* Re: ath10k-firmware: QCA4019 hw1.0: Add Netgear WAC510 specific BDFs
  2018-10-08 12:55 ` Kalle Valo
@ 2018-10-08 15:46   ` Robert Marko
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Marko @ 2018-10-08 15:46 UTC (permalink / raw)
  To: kvalo; +Cc: ath10k

Thanks, checked with ath10k-bdencoder and its correct.

Regards
On Mon, 8 Oct 2018 at 14:55, Kalle Valo <kvalo@codeaurora.org> wrote:
>
> Robert Marko <robimarko@gmail.com> writes:
>
> > I am currently working on the Netgear WAC510 support for
> > OpenWrt.
> > This AP requires two special BDFs to get the Wi-Fi PHYs working (correctly). The
> > bmi-board-id='s would clash with one of the the IPQ401X AP-DK boards because
> > QCA doesn't provide special IDs for customers and seems to use the AP-DK
> > board-ids in the wifi firmware to change its behavior.
> >
> > Now to the questions from the wiki page [1]:
> >
> > * description for what hardware this is:
> >
> >   - it is a QCA4019 based module (based on qcom-ipq4019-ap.dk01.1-c1)
> >   - one QCA4019 radio is used as 2.4GHz radio
> >   - one QCA4019 radio is used as 5GHz radio
> >
> > * origin of the board file (did you create it yourself or where you
> >   downloaded)
> >
> >   - it was pulled from the factory firmware image
> >   - it is based on latest 5.0.54 firmware
> >
> > * ids to be used with the board file (ATH10K_BD_IE_BOARD_NAME in ath10k)
> >
> >   - QCA4019 hw1.0
> >
> >   + bus=ahb,bmi-chip-id=0,bmi-board-id=16,variant=Netgear-WAC510
> >      md5sum:
> >      8fd3e1b98d30be3cd14ae4b110be37f7
> >
> >   + bus=ahb,bmi-chip-id=0,bmi-board-id=17,variant=Netgear-WAC510
> >      md5sum:
> >      5a42cb70b249e704bb50561bf274e468
> >
> > * attach the actual board file (board.bin)
> >
> >   - The name of the files are equal to the id string in the board-2.bin
> >     (minus the ".bin")
>
> Added, thanks. Please double check my changes:
>
> https://github.com/kvalo/ath10k-firmware/commit/d13a7c4722e97ad60b66d23033266fe908dab6cf
>
> --
> Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2018-10-08 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-12 19:36 ath10k-firmware: QCA4019 hw1.0: Add Netgear WAC510 specific BDFs Robert Marko
2018-10-08 12:55 ` Kalle Valo
2018-10-08 15:46   ` Robert Marko

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.