nl80211: rework {sched_,}scan event related functions
authorArend Van Spriel <arend.vanspriel@broadcom.com>
Fri, 16 Dec 2016 11:21:54 +0000 (11:21 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 16 Dec 2016 12:32:31 +0000 (13:32 +0100)
commit505a2e882bfae6627c84586edb276485df05c2ef
tree64d88a6aa56c42992a5764340b2336a4524144d5
parentf6b4122c93f43c3f7b5787ca20fa3ac458f50d05
nl80211: rework {sched_,}scan event related functions

A couple of functions used with scan events were named with
term "send" although they were only preparing the the event
message so renamed those.

Also remove nl80211_send_sched_scan_results() in favor of
just calling nl80211_send_sched_scan() with the right value.

Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
[mention nl80211_send_sched_scan_results() in the commit log]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c
net/wireless/nl80211.h
net/wireless/scan.c