cfg80211: remove unused callback
authorMatteo Croce <mcroce@microsoft.com>
Mon, 8 Feb 2021 11:33:56 +0000 (12:33 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 12 Feb 2021 07:52:25 +0000 (08:52 +0100)
commit258afa78661178d16288537ffe8ef863c7e5918a
treef28629ea26251d90507e549b487c15be928837a8
parent3c5a2fd042d0bfac71a2dfb99515723d318df47b
cfg80211: remove unused callback

The ieee80211 class registers a callback which actually does nothing.
Given that the callback is optional, and all its accesses are protected
by a NULL check, remove it entirely.

Signed-off-by: Matteo Croce <mcroce@microsoft.com>
Link: https://lore.kernel.org/r/20210208113356.4105-1-mcroce@linux.microsoft.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/sysfs.c