mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-10-30 12:07:23 +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.