mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 21:09:25 -04:00
staging: vt6656: rxtx Replace wCTSTxRrvTime_ba
Replace with cts_rrv_time_ba with __le16 base. 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
7fd5747f31
commit
372108e7b8
@@ -852,7 +852,7 @@ static u16 s_vGenerateTxParameter(struct vnt_private *pDevice,
|
||||
PK_TYPE_11B, cbFrameSize,
|
||||
pDevice->byTopCCKBasicRate, bNeedACK);
|
||||
|
||||
pBuf->wCTSTxRrvTime_ba = s_uGetRTSCTSRsvTime(pDevice, 3,
|
||||
pBuf->cts_rrv_time_ba = s_uGetRTSCTSRsvTime(pDevice, 3,
|
||||
byPktType, cbFrameSize, wCurrentRate);
|
||||
|
||||
if (need_mic) {
|
||||
|
||||
@@ -62,7 +62,7 @@ struct vnt_rrv_time_rts {
|
||||
} __packed;
|
||||
|
||||
struct vnt_rrv_time_cts {
|
||||
u16 wCTSTxRrvTime_ba;
|
||||
__le16 cts_rrv_time_ba;
|
||||
u16 wReserved;
|
||||
__le16 rrv_time_b;
|
||||
__le16 rrv_time_a;
|
||||
|
||||
Reference in New Issue
Block a user