Tags: linux4wilc/driver
Tags
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]>
Adding new lines before recently added if conditions in change_virtua… …l_intf Signed-off-by: Adham Abozaeid <[email protected]>
Adding new lines before recently added if conditions in change_virtua… …l_intf Signed-off-by: Adham Abozaeid <[email protected]>
Adding new lines before recently added if conditions in change_virtua… …l_intf Signed-off-by: Adham Abozaeid <[email protected]>
Updated release notes link to release 15.2 Signed-off-by: Adham Abozaeid <[email protected]>
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]>
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: fix compilation errors with linux version < 4.9 Tested against 3.10 and 3.18 Signed-off-by: Adham Abozaeid <[email protected]>
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]>