mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
wifi: iwlwifi: mld: fix last_mlo_scan_time type
This should be u64, otherwise it rolls over quickly on 32-bit systems. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250611222325.5381030253cd.I4e3a7bca5b52fc826e26311055286421508c4d1b@changeid
This commit is contained in:
parent
1cc04e196a
commit
f26281c1b7
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user