From: Emmanuel Grumbach Date: Wed, 20 Mar 2013 15:05:45 +0000 (+0200) Subject: mac80211: return the RSSI in dBm X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~98^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a7bba649eaaa2068aa6e86ed8bcd10245d1f817;p=pandora-kernel.git mac80211: return the RSSI in dBm For the sake of speed of calculation and number accuracy, mac80211 tracks the RSSI in dBm * 16. But it forgot to divide back by 16 when the RSSI is asked by the driver. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed