libertas: remove dump_survey implementation
authorDaniel Drake <dsd@laptop.org>
Wed, 14 Mar 2012 22:34:33 +0000 (22:34 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Mar 2012 17:46:50 +0000 (13:46 -0400)
commit377526578f2c343ea281a918b18ece1fca65005c
treef7968ebd2156f6471fafee8ee6c7c5e6b76383a3
parent783b732ac61dd6c653cc2367f389a6234db8cc16
libertas: remove dump_survey implementation

libertas provides a dump_survey implementation based on reading of
a RSSI value. However, this RSSI value is calculated based on the
last received beacon from the associated AP - it is not a good
way of surveying a channel in general, and even causes an error
if the card is not associated to a network.

As this is not appropriate as a survey, remove it. This fixes an
issue where something in userspace is repeatedly calling site-survey
during boot, resulting in many repeated errors as the RSSI value cannot
be read before associating.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/cfg.c