Commit Graph

6 Commits

Author SHA1 Message Date
Jérôme Pouiller 1505c948fc
wfx: update to firmware 3.17
The firmware 3.17 has been released the 2023-10-25.

Here the last modifications (only modifications tagged [LMAC] have an
impact on Linux):

  * [1839] - [UMAC] Update the WPA supplicant to support the latest WPA3
                    implementation
  * [1842] - [LMAC] Fixed an issue not sending RTS/CTS-to-self on A-MPDU
                    retries
  * [1845] - [LMAC] Fixed an issue setting the Retry bit when only the
                    RTS was retried
  * [1844] - [UMAC] Fixed an issue where the firmware is staying active
                    using the U-APSD power mode

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-12-11 07:21:06 -05:00
Jérôme Pouiller 23feb609d0
wfx: fix broken firmware
Last patch updating the wfx firmware[1] was corrupted. This new commit
contains the real payload.

[1] https://lore.kernel.org/linux-firmware/20230711102036.236551-1-jerome.pouiller@silabs.com/

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-12-11 07:20:42 -05:00
Jérôme Pouiller 45f5ebf43e
wfx: update to firmware 3.16.1
The firmware 3.16.1 has been released the 2023-05-02.

Here the last modifications (only modifications tagged [LMAC] have an
impact on Linux):

  * [1670] - [LMAC] Fixed support for WDS 4 address frames
  * [1813] - [LMAC] Fixed an error that was causing the scan complete
                    indication to be blocked
  * [1832] - [UMAC] Fixed an issue blocking connection to specific Asus
                    routers
  * [1820] - [UMAC] Added a new API to obtain Wi-Fi diagnostics
                    information
  * [1825] - [UMAC] The TX rate mask can be applied in AP mode
  * [1822] - [UMAC] Fixed an error that was causing access point packets
                    to be encrypted multiple times

  * [1800] - [UMAC] Add an API to forward probe request when running in
                    AP mode

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2023-07-24 08:18:24 -04:00
Jérôme Pouiller c3f6a8e5ab
wfx: update to firmware 3.14
The firmware 3.14 has been released the 2022-01-26.

Here the last modifications (only modifications tagged [LMAC] have an
impact on Linux):

    * [1792] - [UMAC] Fix an issue causing the softAP mode to forward
                      unencrypted data frames
    * [1794] - [UMAC] Fix a connection timeout while connecting to an AP
                      with a hidden SSID
    * [1724] - [UMAC] Add an API to select the rate algorithm to use
    * [1757] - [UMAC] Handle invalid size parameters in
                      sl_wfx_send_scan_command()
    * [1767] - [LMAC] Prevent defragmentation from accepting mixed
                      encrypted/plaintext fragments
    * [1768] - [LMAC] Prevent defragmentation from accepting
                      non-consecutive packet numbers for fragments
    * [1769] - [LMAC] Prevent defragmentation from accepting fragments
                      encrypted with different keys
    * [1770] - [LMAC] Clear defragmentation cache upon reconnection
    * [1731] - [LMAC] Fix an issue in concurrent mode where packets were
                      passed to the wrong interface
    * [1745] - [LMAC] Fix an issue with specific information elements
                      handling leading to a firmware exception
    * [1751] - [UMAC] Configured CCA mode is not overwritten anymore
                      when starting an interface

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-02-24 15:19:03 -05:00
Jérôme Pouiller 9a612e418a
wfx: add antenna configuration files
The wfx driver is now able load the antenna parameters (aka PDS file)
corresponding to the board declared in the device tree.

So, add these files to linux-firmware.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-02-24 15:18:57 -05:00
Jérôme Pouiller 6e1b509343
wfx: rename silabs/ into wfx/
WiFi device maintainer expressed he prefers to use the same name for the
driver and the firmware directory[1].

Since the driver is not yet merged, the renaming does not break
anything.

[1]: https://lore.kernel.org/netdev/87sfxlj6s1.fsf@codeaurora.org/

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2022-02-24 15:18:52 -05:00