mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-24 13:52:58 -04:00
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:
committed by
Johannes Berg
parent
42c9de58d9
commit
2d9dd73bb5
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user