Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fd91aac authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211_hwsim: claim active monitor support



It seems to actually work this way already, so we
may need to do some work to make monitor interfaces
be _not_ active in hwsim instead.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 2f5286e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2311,6 +2311,7 @@ static int __init init_mac80211_hwsim(void)
		hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
				    WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL |
				    WIPHY_FLAG_AP_UAPSD;
		hw->wiphy->features |= NL80211_FEATURE_ACTIVE_MONITOR;

		/* ask mac80211 to reserve space for magic */
		hw->vif_data_size = sizeof(struct hwsim_vif_priv);