2019-08-09 18:26:59

by Adham Abozaeid

[permalink] [raw]
Subject: [PATCH v2 0/2] staging: wilc1000: Don't reset WILC CPU disgracefully

From: Adham Abozaeid <[email protected]>

This patch series modifies wilc_wlan_stop to send an abort request to
wilc instead of disgracefully resetting its CPU.

changes sinces v1:
- return kernel error codes from wilc_wlan_stop
- added missing checks for bus operations

Adham Abozaeid (2):
staging: wilc1000: Don't reset WILC CPU disgracefully
staging: wilc1000: return kernel error codes from wilc_wlan_stop

drivers/staging/wilc1000/wilc_netdev.c | 4 +-
drivers/staging/wilc1000/wilc_wlan.c | 81 +++++++-------------------
drivers/staging/wilc1000/wilc_wlan.h | 5 +-
3 files changed, 27 insertions(+), 63 deletions(-)

--
2.17.1