wlcore: do not report noise level in get survey op
authorYoni Divinsky <yoni.divinsky@ti.com>
Wed, 13 Jun 2012 15:56:54 +0000 (18:56 +0300)
committerLuciano Coelho <coelho@ti.com>
Thu, 21 Jun 2012 13:48:18 +0000 (16:48 +0300)
commitadd779a0738a6bd199b3c5b9f0f8090036e53ff0
tree4edcd8729e86535583915fb881e23b62fa49acfb
parentbf7c46a7672830eb13898b2871de7780448f0674
wlcore: do not report noise level in get survey op

The get survey op expects the low level driver to report
the noise level for a a given channel.

The noise calculated in wlcore is (rssi-snr/2), but since
the snr reported by the FW is a derivative from the rssi
this calculation is useless, and should not be reported
to the user space.

Reporting incorrect noise, results in the wpa_supplicant
miscalculating the roaming candidate priority, thus causing
a situation where an AP with a lower rssi level would be
chosen over a better AP.

Signed-off-by: Yoni Divinsky <yoni.divinsky@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wlcore/main.c