Commit f26281c1 authored by Johannes Berg's avatar Johannes Berg Committed by Miri Korenblit
Browse files

wifi: iwlwifi: mld: fix last_mlo_scan_time type

parent 1cc04e19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ struct iwl_mld_scan {
	void *cmd;
	unsigned long last_6ghz_passive_jiffies;
	unsigned long last_start_time_jiffies;
	unsigned long last_mlo_scan_time;
	u64 last_mlo_scan_time;
};

#endif /* __iwl_mld_scan_h__ */