commit | 8c5e68894450d3bb7471e426e2eec9a8472bb660 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 12 10:46:13 2017 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Apr 13 13:41:38 2017 +0200 |
tree | e50b313dc665332967fff2740427749078df4095 | |
parent | b0265024b8b5fb35d1e1a1da6be65399e33e122e [diff] |
mac80211: correct MU-MIMO monitor follow functionality The MU-MIMO monitor follow functionality is broken because it doesn't clear the MU-MIMO owner even if both follow features are disabled. Fix that, and while at it move the code into a new helper function. Call this also when creating a new monitor interface to prepare for an upcoming cfg80211 change allowing that. Signed-off-by: Johannes Berg <johannes.berg@intel.com>