2021-05-19 20:10:26

by Sharvari Harisangam

[permalink] [raw]
Subject: pull-request mwifiex-firmware 2021-05-19

The following changes since commit 2a0a062e79b5fe9007e57c0fcd285e683e22373e:

linux-firmware: update NXP SDSD-8997 firmware image (2020-08-03 06:51:36 +0530)

are available in the git repository at:

https://github.com/NXP/mwifiex-firmware.git

for you to fetch changes up to db190ade4569c542cd257a9334f8f8956372f7b3:

linux-firmware: update NXP PCIE-USB-8997 firmware image (2021-05-19 12:57:21 -0700)

----------------------------------------------------------------
Sharvari Harisangam (1):
linux-firmware: update NXP PCIE-USB-8997 firmware image

WHENCE | 2 ++
nxp/pcieusb8997_combo_v4.bin | Bin 0 -> 638992 bytes
2 files changed, 2 insertions(+)
create mode 100644 nxp/pcieusb8997_combo_v4.bin


2021-05-19 20:20:55

by Brian Norris

[permalink] [raw]
Subject: Re: pull-request mwifiex-firmware 2021-05-19

On Wed, May 19, 2021 at 7:45 AM Sharvari Harisangam
<[email protected]> wrote:
>
> The following changes since commit 2a0a062e79b5fe9007e57c0fcd285e683e22373e:
>
> linux-firmware: update NXP SDSD-8997 firmware image (2020-08-03 06:51:36 +0530)
>
> are available in the git repository at:
>
> https://github.com/NXP/mwifiex-firmware.git
>
> for you to fetch changes up to db190ade4569c542cd257a9334f8f8956372f7b3:
>
> linux-firmware: update NXP PCIE-USB-8997 firmware image (2021-05-19 12:57:21 -0700)
>
> ----------------------------------------------------------------
> Sharvari Harisangam (1):
> linux-firmware: update NXP PCIE-USB-8997 firmware image
>
> WHENCE | 2 ++
> nxp/pcieusb8997_combo_v4.bin | Bin 0 -> 638992 bytes
> 2 files changed, 2 insertions(+)
> create mode 100644 nxp/pcieusb8997_combo_v4.bin

I appreciate that NXP now owns what was formerly known as Marvell
WiFi, but the driver still only recognizes "mrvl/" naming, not "nxp/".
Did you actually test that this does anything useful? Or are you
planning on submitting driver patches to use the new path? That seems
like unnecessary churn to me, and you should just use the old path.

Brian