Fix link_speed_mbps string format

wifitrackerlib_link_speed_mbps uses %1$s for the string format argument,
but the argument is a number so it should be changed to %1$d.

Bug: 287876602
Test: build
Change-Id: I306cae6bac3b54a9691eff07d71595fab29fe6a4
1 file changed