fix wrong algorithm in getMobilePowerPerPacket()

(1) MOBILE_POWER: energy consumption(mAh) per second;
(2) mobilePps:  packet  per second (where 1 packet = 2 KB)

so MOBILE_POWER / mobilePps : mAh per Packet.

if divided by (60*60) again , that make getMobilePowerPerPacket narrow 3600 times.

Change-Id: I6cac82ce2d6af4e7b71f9e5e44b8efa6b870498d
Signed-off-by: yuanhuihui <yuanhuihui@xiaomi.com>
1 file changed