Releases: linux4wilc/driver
Releases · linux4wilc/driver
WILC Linux 15.3.1
Changes since release 15.3:
Bug Fixes:
- Ignore errors from clockless registers in sleep mode.
- Fix for iperf stalls during longevity tests
WILC Linux 15.3
Changes since release 15.2:
New features:
- Reed IQ imbalance calibration data from Efuse.
- Dynamically add network interfaces for ATWILC driver.
- Add optional rtc_clk property to dts and use it in the driver.
Bug Fixes:
- Apply feedback comments from staging community to the driver.
- Fix for CF-End packets on air when multiple WILC stations are connected to the same AP.
- Fix crack Attack failure – Upgrade wpa_supplicant on buildroot to 2.7 and latest security fixes.
- Fix memory leak when connecting/disconnecting to AP continuously.
- Fix for Passive scanning feature.
- Avoid controlling power save state from the driver while obtaining IP and scanning.
- FW crash when switching between AP via link loss.
- Fix for low Tx power when using CW Tone in the Ch/C GUI tool.
- Clear pending interrupts while initializing/de-initializing the device.
- WILC3000 Low Rx performance with 11n rates.
WILC Linux 15.3 rc2
New features:
- Add optional rtc_clk property to dts and use it in the driver
Fixes:
- 3000SDIO/SPI:BLE feature is inconsistent
- FW crash when switching between AP via link loss
- Ch/C GUI Low Tx power in CW Tone
- Changing p2p from client to Go without having to reboot the host
WILC Linux 15.3 rc1
New features:
- Read IQ imbalance calibration data from Efuse.
Fixes:
- Apply feedback comments from staging driver.
- Fix for CF-end packets on air when multiple WILC stations are connected on the same AP.
- Memory leak when keep connecting/disconnecting to AP.
- Fix for Passive scanning feature.
- Dynamically add network interfaces for wilc driver.
- Avoid controlling powersave state from the driver while obtaining IP and scanning.
- Fix WILC3000 Wakeup retry sequence. #44
- Success message logged as ERR #55
- Make sure the FW finishes the wakeup sequence before the CPU is reset
WILC Linux 15.2.1
Updated release notes link to release 15.2 Signed-off-by: Adham Abozaeid <[email protected]>
WILC Linux 15.2
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
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
Tested against 3.10 and 3.18 Signed-off-by: Adham Abozaeid <[email protected]>