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:33:58 +0000 (11:33 -0800)
commit85d937c854d1665c0439ef3eae6d2c3ba10c3b50
tree3efe4cec07f08f5895967bd3d3f7db6946862644
parentba27ce242a7028f5dba549ef95a9efa3d86361e0
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