commit | 5dea026441e5d0aabbb562dd68cb796190052aae | [log] [tgz] |
---|---|---|
author | Ajay Singh <ajay.kathat@microchip.com> | Sun Dec 02 18:03:03 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Dec 05 09:49:45 2018 +0100 |
tree | e05973daa8d6a6960ae87e6c7ceb7aba6be73ea7 | |
parent | daf0483e1ca3ffc27b0024a815557bfa70120cb6 [diff] |
staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handling Avoid handling of WID_CURRENT_CHANNEL wid command in deferred approach. Instead of posting the wid to work queue now handle directly from the caller context. Use structure to fill in the firmware specific format. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>