Commit b5992b8c authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Jiri Slaby

vt6655: RFbSetPower fix missing rate RATE_12M

commit 40c8790b 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: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent b3609282
...@@ -966,6 +966,7 @@ bool RFbSetPower( ...@@ -966,6 +966,7 @@ bool RFbSetPower(
break; break;
case RATE_6M: case RATE_6M:
case RATE_9M: case RATE_9M:
case RATE_12M:
case RATE_18M: case RATE_18M:
byPwr = pDevice->abyOFDMPwrTbl[uCH]; byPwr = pDevice->abyOFDMPwrTbl[uCH];
if (pDevice->byRFType == RF_UW2452) { if (pDevice->byRFType == RF_UW2452) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment