staging: wilc1000: handle tx power related callback from cfg80211 context
authorAjay Singh <ajay.kathat@microchip.com>
Sun, 2 Dec 2018 18:02:28 +0000 (18:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2018 08:48:45 +0000 (09:48 +0100)
commit430d0ec49db657801a36a3559a3e90124599acc5
tree80b6b6ecbd49205a335c78e89e7988e11abb4fb6
parent6dea33021f0b9a13ec0d634930e712eec40030c8
staging: wilc1000: handle tx power related callback from cfg80211 context

Avoid the use of internal work queue to defer the handling of tx power
related cfg operations callback. Now issuing the wid command to firmware
directly from the caller context.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c