• Daniel Drake's avatar
    libertas: remove dump_survey implementation · 37752657
    Daniel Drake authored
    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: default avatarDaniel Drake <dsd@laptop.org>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    37752657
cfg.c 53.4 KB