You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
vt6655: RFbSetPower fix missing rate RATE_12M
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> Cc: <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
163fe301b9
commit
40c8790bcb
@@ -794,6 +794,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 = priv->abyOFDMPwrTbl[uCH];
|
byPwr = priv->abyOFDMPwrTbl[uCH];
|
||||||
if (priv->byRFType == RF_UW2452)
|
if (priv->byRFType == RF_UW2452)
|
||||||
|
|||||||
Reference in New Issue
Block a user