commit | 1ea02224afc29431880a67b8c3198146cc01d33e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue May 26 10:31:33 2020 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed May 27 10:02:04 2020 +0200 |
tree | cbe4fa1da339d688ab93df7135d1487cef7eda3a | |
parent | dca9ca2d588bd2c0989c671f048540b82e57cf1e [diff] |
mac80211: allow SA-QUERY processing in userspace As discussed with Mathy almost two years ago in http://lore.kernel.org/r/20180806224857.14853-1-Mathy.Vanhoef@cs.kuleuven.be we should let userspace process SA-QUERY frames if it wants to, so that it can handle OCV (operating channel validation) which mac80211 doesn't know how to. Evidently I had been expecting Mathy to (re)send such a patch, but he never did, perhaps expecting me to do it after our discussion. In any case, this came up now with OCV getting more attention, so move the code around as discussed there to let userspace handle it, and do it properly. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Link: https://lore.kernel.org/r/20200526103131.1f9cf7e5b6db.Iae5b42b09ad2b1cbcbe13492002c43f0d1d51dfc@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>