wifi: mac80211_hwsim: remove unused nan_vif struct member

The struct also contains nan_device_vif and that is the member that is
being used.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20260504101829.b09e2428aa61.I35d3eae582461af7ee25c63c56b13adff17cf20f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Benjamin Berg
2026-05-04 10:20:48 +03:00
committed by Johannes Berg
parent 42c9de58d9
commit 2d9dd73bb5

View File

@@ -765,7 +765,6 @@ struct mac80211_hwsim_data {
enum nl80211_band nan_curr_dw_band;
struct hrtimer nan_timer;
bool notify_dw;
struct ieee80211_vif *nan_vif;
};
static const struct rhashtable_params hwsim_rht_params = {