Re: [PATCH net-next] cfg80211: remove unused callback

2021-02-06 Thread Matteo Croce
On Sat, Feb 6, 2021 at 1:29 PM Matteo Croce wrote: > > From: Matteo Croce > > 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 > -

[PATCH net-next] cfg80211: remove unused callback

2021-02-06 Thread Matteo Croce
From: Matteo Croce 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 --- net/wireless/sysfs.c | 7 --- 1 file changed, 7 deletions(-)