Skip to content

Releases: linux4wilc/driver

WILC Linux 15.3.1

27 Jan 20:33
Compare
Choose a tag to compare

Changes since release 15.3:

Bug Fixes:

  1. Ignore errors from clockless registers in sleep mode.
  2. Fix for iperf stalls during longevity tests

WILC Linux 15.3

02 Dec 20:34
Compare
Choose a tag to compare

Changes since release 15.2:
New features:

  1. Reed IQ imbalance calibration data from Efuse.
  2. Dynamically add network interfaces for ATWILC driver.
  3. Add optional rtc_clk property to dts and use it in the driver.

Bug Fixes:

  1. Apply feedback comments from staging community to the driver.
  2. Fix for CF-End packets on air when multiple WILC stations are connected to the same AP.
  3. Fix crack Attack failure – Upgrade wpa_supplicant on buildroot to 2.7 and latest security fixes.
  4. Fix memory leak when connecting/disconnecting to AP continuously.
  5. Fix for Passive scanning feature.
  6. Avoid controlling power save state from the driver while obtaining IP and scanning.
  7. FW crash when switching between AP via link loss.
  8. Fix for low Tx power when using CW Tone in the Ch/C GUI tool.
  9. Clear pending interrupts while initializing/de-initializing the device.
  10. WILC3000 Low Rx performance with 11n rates.

WILC Linux 15.3 rc2

21 Oct 19:52
Compare
Choose a tag to compare
WILC Linux 15.3 rc2 Pre-release
Pre-release

New features:

  1. Add optional rtc_clk property to dts and use it in the driver

Fixes:

  1. 3000SDIO/SPI:BLE feature is inconsistent
  2. FW crash when switching between AP via link loss
  3. Ch/C GUI Low Tx power in CW Tone
  4. Changing p2p from client to Go without having to reboot the host

WILC Linux 15.3 rc1

08 Aug 17:19
Compare
Choose a tag to compare
WILC Linux 15.3 rc1 Pre-release
Pre-release

New features:

  1. Read IQ imbalance calibration data from Efuse.

Fixes:

  1. Apply feedback comments from staging driver.
  2. Fix for CF-end packets on air when multiple WILC stations are connected on the same AP.
  3. Memory leak when keep connecting/disconnecting to AP.
  4. Fix for Passive scanning feature.
  5. Dynamically add network interfaces for wilc driver.
  6. Avoid controlling powersave state from the driver while obtaining IP and scanning.
  7. Fix WILC3000 Wakeup retry sequence. #44
  8. Success message logged as ERR #55
  9. Make sure the FW finishes the wakeup sequence before the CPU is reset

WILC Linux 15.2.1

15 May 19:52
Compare
Choose a tag to compare
Updated release notes link to release 15.2

Signed-off-by: Adham Abozaeid <[email protected]>

WILC Linux 15.2

13 Feb 23:38
Compare
Choose a tag to compare
staging: wilc1000: Failure to start PS mode

Removed wilc->enable_ps. FW should take care of powersave in case AP is enabled

Signed-off-by: Adham Abozaeid <[email protected]>

WILC Linux 15.2 RC1

31 Oct 22:47
Compare
Choose a tag to compare
WILC Linux 15.2 RC1 Pre-release
Pre-release
staging: wilc1000: Incorrect pointer passed while getting if handler

In wilc_wlan.c, buffer is being passed to get_if_handler to obtain the
wilc_netdev, while it should be buff_ptr that points to the current
position in buffer that is being processed

Fixes #24

Signed-off-by: Adham Abozaeid <[email protected]>

wilc_linux_2018_06: wilc: fix compilation errors with linux version < 4.9

17 Jul 18:18
Compare
Choose a tag to compare
    Tested against 3.10 and 3.18

Signed-off-by: Adham Abozaeid <[email protected]>