mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-11-03 07:57:22 +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.