staging: wilc1000: remove registering of ndo_do_ioctl callback
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 24 Apr 2018 17:07:02 +0000 (22:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2018 13:55:10 +0000 (15:55 +0200)
commitf48a6c0622da2cfa3bb3c9c1e5aa3b84750e2e9e
tree6b56181838c24715adefec24be42ae9d23293129
parentac39f0becad99e54302327cdd93ea46e9a5512c6
staging: wilc1000: remove registering of ndo_do_ioctl callback

Remove registering of ndo_do_ioctl in wilc_netdev_ops structure.
As RSSI information is already avaliable through cfg80211, so remove
the IOCTL call use to fetch the same information. Wext support is not
present in the driver. Its also done to address the TODO list item
mentioned below:

"use wext-core handling instead of private SIOCSIWPRIV implementation"

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c