Commit Graph

3 Commits

Author SHA1 Message Date
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