mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
vt6655: RFbSetPower fix missing rate RATE_12M
commit 40c8790bcb upstream.
When the driver sets this rate a power of zero value is set causing
data flow stoppage until another rate is tried.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a49a0c95f4
commit
5e695f0be9
|
|
@ -966,6 +966,7 @@ bool RFbSetPower(
|
|||
break;
|
||||
case RATE_6M:
|
||||
case RATE_9M:
|
||||
case RATE_12M:
|
||||
case RATE_18M:
|
||||
byPwr = pDevice->abyOFDMPwrTbl[uCH];
|
||||
if (pDevice->byRFType == RF_UW2452) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user