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:
Malcolm Priestley 2014-03-18 19:25:00 +00:00 committed by Greg Kroah-Hartman
parent 7fd5747f31
commit 372108e7b8
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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;