staging: vt6656: rxtx Replace wCTSTxRrvTime_ba
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 18 Mar 2014 19:25:00 +0000 (19:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 16:00:18 +0000 (09:00 -0700)
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>
drivers/staging/vt6656/rxtx.c
drivers/staging/vt6656/rxtx.h

index fb8b2fc9df29519e59b8d7e4877e233cfc065621..69afabc5d33d9043684165aea9d63533da8ba03d 100644 (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) {
index 2f65a6f57b2837ad15e2a8a72815f8361d83ba25..bbb571aa2ba8f829830115f86ab6a3e590affccc 100644 (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;