All of lore.kernel.org
 help / color / mirror / Atom feed
* Firmware 4 vs Firmware 6 for QCA6174 hw3.0
@ 2022-06-08  6:12 Nicolò Sprea
  2022-06-08  6:35 ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolò Sprea @ 2022-06-08  6:12 UTC (permalink / raw)
  To: ath10k

Hi,
What are the differences between firmware 4 and firmware 6 for QCA6174 hw3.0?
Is there a release note?

Regards,
nsprea

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

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

* Re: Firmware 4 vs Firmware 6 for QCA6174 hw3.0
  2022-06-08  6:12 Firmware 4 vs Firmware 6 for QCA6174 hw3.0 Nicolò Sprea
@ 2022-06-08  6:35 ` Kalle Valo
  2022-06-08  6:43   ` Nicolò Sprea
  0 siblings, 1 reply; 6+ messages in thread
From: Kalle Valo @ 2022-06-08  6:35 UTC (permalink / raw)
  To: Nicolò Sprea; +Cc: ath10k

Nicolò Sprea <nsprea@gmail.com> writes:

> What are the differences between firmware 4 and firmware 6 for QCA6174
> hw3.0?

They are just different firmware interface versions to maintain
backwards compatibility:

https://wireless.wiki.kernel.org/en/users/drivers/ath10k/firmware#firmware_api_versions

The actual firmware versions are strings like 'WLAN.RM.4.4.1-00288-QCARMSWPZ-1'.

https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0/4.4.1

> Is there a release note?

If you are asking releases notes for firmware releases, unfortunately no.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

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

* Re: Firmware 4 vs Firmware 6 for QCA6174 hw3.0
  2022-06-08  6:35 ` Kalle Valo
@ 2022-06-08  6:43   ` Nicolò Sprea
  2022-06-08  7:43     ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolò Sprea @ 2022-06-08  6:43 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath10k

Thanks for the answer.
Is there any feature that uses only api 6?
If I want to downgrade to api 4, is there anything that I should pay
attention to?

On Wed, Jun 8, 2022 at 8:35 AM Kalle Valo <kvalo@kernel.org> wrote:
>
> Nicolò Sprea <nsprea@gmail.com> writes:
>
> > What are the differences between firmware 4 and firmware 6 for QCA6174
> > hw3.0?
>
> They are just different firmware interface versions to maintain
> backwards compatibility:
>
> https://wireless.wiki.kernel.org/en/users/drivers/ath10k/firmware#firmware_api_versions
>
> The actual firmware versions are strings like 'WLAN.RM.4.4.1-00288-QCARMSWPZ-1'.
>
> https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0/4.4.1
>
> > Is there a release note?
>
> If you are asking releases notes for firmware releases, unfortunately no.
>
> --
> https://patchwork.kernel.org/project/linux-wireless/list/
>
> https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

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

* Re: Firmware 4 vs Firmware 6 for QCA6174 hw3.0
  2022-06-08  6:43   ` Nicolò Sprea
@ 2022-06-08  7:43     ` Kalle Valo
  2022-06-08  9:16       ` Nicolò Sprea
  0 siblings, 1 reply; 6+ messages in thread
From: Kalle Valo @ 2022-06-08  7:43 UTC (permalink / raw)
  To: Nicolò Sprea; +Cc: ath10k

Nicolò Sprea <nsprea@gmail.com> writes:

> Thanks for the answer.
> Is there any feature that uses only api 6?
> If I want to downgrade to api 4, is there anything that I should pay
> attention to?

The interface number itself does not change any functionality, what
matters are the actual firmware release versions. And of course older
firmware releases have more bugs and less features. It would be easier
for people to help if you describe what's the actual problem you are
trying to solve.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

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

* Re: Firmware 4 vs Firmware 6 for QCA6174 hw3.0
  2022-06-08  7:43     ` Kalle Valo
@ 2022-06-08  9:16       ` Nicolò Sprea
  2022-06-08 10:17         ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolò Sprea @ 2022-06-08  9:16 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath10k

# Using:
driver: ath10k_pci
version: 4.15.0-38-generic
firmware-version: WLAN.RM.4.4.1-00079-QCARMSWPZ-1

# Problem:
When wpa_supplicant re-associates, I get the following issue:
ath10k_pci 0000:02:00.0: failed to flush transmit queue (skip 0 ar-state 1): 0
and all the interfaces (including loopback) "freeze" for a few seconds.

# Solutions:
1. using firmware version WLAN.RM.2.0-00180-QCARMSWPZ-1
2. backporting driver

# My question:
What are the missing features/known bugs of WLAN.RM.2.0-00180-QCARMSWPZ-1?

On Wed, Jun 8, 2022 at 9:43 AM Kalle Valo <kvalo@kernel.org> wrote:
>
> Nicolò Sprea <nsprea@gmail.com> writes:
>
> > Thanks for the answer.
> > Is there any feature that uses only api 6?
> > If I want to downgrade to api 4, is there anything that I should pay
> > attention to?
>
> The interface number itself does not change any functionality, what
> matters are the actual firmware release versions. And of course older
> firmware releases have more bugs and less features. It would be easier
> for people to help if you describe what's the actual problem you are
> trying to solve.
>
> --
> https://patchwork.kernel.org/project/linux-wireless/list/
>
> https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

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

* Re: Firmware 4 vs Firmware 6 for QCA6174 hw3.0
  2022-06-08  9:16       ` Nicolò Sprea
@ 2022-06-08 10:17         ` Kalle Valo
  0 siblings, 0 replies; 6+ messages in thread
From: Kalle Valo @ 2022-06-08 10:17 UTC (permalink / raw)
  To: Nicolò Sprea; +Cc: ath10k

Nicolò Sprea <nsprea@gmail.com> writes:

> # Using:
> driver: ath10k_pci
> version: 4.15.0-38-generic
> firmware-version: WLAN.RM.4.4.1-00079-QCARMSWPZ-1
>
> # Problem:
> When wpa_supplicant re-associates, I get the following issue:
> ath10k_pci 0000:02:00.0: failed to flush transmit queue (skip 0 ar-state 1): 0
> and all the interfaces (including loopback) "freeze" for a few seconds.
>
> # Solutions:
> 1. using firmware version WLAN.RM.2.0-00180-QCARMSWPZ-1
> 2. backporting driver

v4.15 was released four years ago so for us it's ancient. I recommend
updating the kernel or using backports project:

https://backports.wiki.kernel.org/index.php/Main_Page

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

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

end of thread, other threads:[~2022-06-08 10:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  6:12 Firmware 4 vs Firmware 6 for QCA6174 hw3.0 Nicolò Sprea
2022-06-08  6:35 ` Kalle Valo
2022-06-08  6:43   ` Nicolò Sprea
2022-06-08  7:43     ` Kalle Valo
2022-06-08  9:16       ` Nicolò Sprea
2022-06-08 10:17         ` Kalle Valo

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.