]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wilc1000: handle get_station() ops callback in cfg80211 context
authorAjay Singh <ajay.kathat@microchip.com>
Sun, 2 Dec 2018 18:03:25 +0000 (18:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2018 08:49:45 +0000 (09:49 +0100)
commit19cb25e1e6a9061e9614e04d477419fc70b81290
tree3cb25e7881fea81a8fbe9a6efe60b7f7b484c98f
parent05d3bcb0f447a490f63220425fea4f9b23e19122
staging: wilc1000: handle get_station() ops callback in cfg80211 context

Refactor code to handle the get_station() callback from cfg80211
context. Provided different API's to fetch the station statistics
information in sync or async call. From cfg80211 get_station() ops
callback calls the sync version of API.

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