mirror of https://gitee.com/openkylin/linux.git
staging: vt6656: CARDvCalculateOFDMRParameter fix indentation rsv_time
In patch staging: vt6656 camel case clean up CARDvCalculateOFDMRParameter rsv_time is indented incorrectly. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1efb8facf8
commit
fd4859f61b
|
@ -256,7 +256,7 @@ void CARDvCalculateOFDMRParameter(u16 rate, u8 bb_type,
|
|||
*rsv_time = 4;
|
||||
} else {
|
||||
*tx_rate = 0x88;
|
||||
*rsv_time = 10;
|
||||
*rsv_time = 10;
|
||||
}
|
||||
break;
|
||||
case RATE_54M:
|
||||
|
|
Loading…
Reference in New Issue