From: Daniel Drake Date: Wed, 14 Mar 2012 22:34:33 +0000 (+0000) Subject: libertas: remove dump_survey implementation X-Git-Tag: v3.4-rc1~177^2~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=377526578f2c343ea281a918b18ece1fca65005c;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed