staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 8 Dec 2013 09:11:30 +0000 (09:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Feb 2014 19:22:16 +0000 (11:22 -0800)
commit95034a45badff94f237a20d74aef1211f436c586
tree9b66afe3dd559cffbec96d0413d2923265e56235
parent01e084b82fab8ec22ea03f32bbf3c4d97d1edea3
staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning

commit 8f248dae133668bfb8e9379b4b3f0571c858b24a upstream.

byBBPreEDIndex value is initially 0, this means that from
cold BBvUpdatePreEDThreshold is never set.

This means that sensitivity may be in an ambiguous state,
failing to scan any wireless points or at least distant ones.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/baseband.c