]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/mac80211/mlme.c
mac80211: split ieee80211_send_probe_req()
authorJohannes Berg <johannes.berg@intel.com>
Mon, 28 May 2018 13:47:39 +0000 (15:47 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 15 Jun 2018 11:34:25 +0000 (13:34 +0200)
commit45ad683484b61b5859ccb5a93a8254e1b4d20a29
treeed6cef5cdb1528a74a1ec128efc4cb84dafccecd
parent00387f321537395f62d5c0eca64c2d7838f39ac3
mac80211: split ieee80211_send_probe_req()

This function is passed many more parameters in the scan case
than in the MLME case, and differentiates the two cases inside.
Split it up and make both versions static to simplify things.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/scan.c
net/mac80211/util.c