mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 02:59:19 -04:00
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:
committed by
Greg Kroah-Hartman
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:
|
||||
|
||||
Reference in New Issue
Block a user