mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2026-01-04 08:17:58 +01:00
Derive a floating-point interval value from integers using math rather than integer->string->float conversion. The string technique triggered a -Wformat-overflow warning.