Skip to content

Tags: linux4wilc/driver

Tags

wilc_linux_15_3_1

Toggle wilc_linux_15_3_1's commit message
staging: wilc1000: Ignore errors from clockless registers

Some wilc1000 devices can return wrong spi responses when accessing
clockless registers while the device is in sleep mode, so responses
should be ignored for them. Once the device wakes up, the responses
will be reliable.

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

wilc_linux_15_3

Toggle wilc_linux_15_3's commit message
Adding new lines before recently added if conditions in change_virtua…

…l_intf

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

wilc_linux_15_3_rc2

Toggle wilc_linux_15_3_rc2's commit message
Adding new lines before recently added if conditions in change_virtua…

…l_intf

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

wilc_linux_15_3_rc1

Toggle wilc_linux_15_3_rc1's commit message
Adding new lines before recently added if conditions in change_virtua…

…l_intf

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

wilc_linux_15_2_1

Toggle wilc_linux_15_2_1's commit message
Updated release notes link to release 15.2

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

wilc_linux_15_2

Toggle wilc_linux_15_2's commit message
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

Toggle wilc_linux_15_2_RC1's commit message
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

Toggle wilc_linux_2018_06's commit message
wilc: fix compilation errors with linux version < 4.9

    Tested against 3.10 and 3.18

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

wilc_linux_15_01

Toggle wilc_linux_15_01's commit message
WILC linux v15.01

WILC_LINUX_15_00

Toggle WILC_LINUX_15_00's commit message
staging: wilc: Fix array index value in del_pmksa()

Wrong index value is used in the array. Fix it to use the
same index as v15 driver

Signed-off-by: Aditya Shankar <[email protected]>