commit | daf0483e1ca3ffc27b0024a815557bfa70120cb6 | [log] [tgz] |
---|---|---|
author | Ajay Singh <ajay.kathat@microchip.com> | Sun Dec 02 18:02:59 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Dec 05 09:49:45 2018 +0100 |
tree | b5f288f37fadb2d702c6db169d1629c62c55d115 | |
parent | 532391714d5a8b2689ec4fffc7ee391ffba672c8 [diff] |
staging: wilc1000: handle station dump cfg ops from cfg80211 context Refactor code to handle dump_station() callback from cfg80211 context. Instead of deferring issue of wid command now send it directly from cfg context. Also making use of wilc_get_rssi() error status in case there is a failure to post the wid command to the firmware. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>