commit | 45ad683484b61b5859ccb5a93a8254e1b4d20a29 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon May 28 15:47:39 2018 +0200 |
committer | Johannes Berg <johannes@sipsolutions.net> | Fri Jun 15 13:34:25 2018 +0200 |
tree | ed6cef5cdb1528a74a1ec128efc4cb84dafccecd | |
parent | 00387f321537395f62d5c0eca64c2d7838f39ac3 [diff] |
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>