Loading drivers/staging/vt6655/device.h +10 −13 Original line number Diff line number Diff line Loading @@ -153,13 +153,10 @@ #define BB_TYPE_11G 2 /* 0:11a, 1:11b, 2:11gb (only CCK in BasicRate), 3:11ga (OFDM in BasicRate) */ typedef enum _VIA_PKT_TYPE { PK_TYPE_11A = 0, PK_TYPE_11B, PK_TYPE_11GB, PK_TYPE_11GA } VIA_PKT_TYPE, *PVIA_PKT_TYPE; #define PK_TYPE_11A 0 #define PK_TYPE_11B 1 #define PK_TYPE_11GB 2 #define PK_TYPE_11GA 3 typedef struct __chip_info_tbl { CHIP_TYPE chip_id; Loading Loading @@ -319,7 +316,7 @@ struct vnt_private { unsigned char byCWMaxMin; u8 byBBType; /* 0:11A, 1:11B, 2:11G */ VIA_PKT_TYPE byPacketType; /* u8 byPacketType; /* * 0:11a,1:11b,2:11gb (only CCK * in BasicRate), 3:11ga (OFDM in * Basic Rate) Loading drivers/staging/vt6655/device_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,7 @@ device_set_options(struct vnt_private *pDevice) pDevice->byLongRetryLimit = pDevice->sOpts.long_retry; pDevice->bDiversityRegCtlON = (pDevice->sOpts.flags & DEVICE_FLAGS_DiversityANT) ? 1 : 0; pDevice->byBBType = pDevice->sOpts.bbp_type; pDevice->byPacketType = (VIA_PKT_TYPE)pDevice->byBBType; pDevice->byPacketType = pDevice->byBBType; pDevice->byAutoFBCtrl = AUTO_FB_0; pDevice->bUpdateBBVGA = true; pDevice->byPreambleType = 0; Loading Loading
drivers/staging/vt6655/device.h +10 −13 Original line number Diff line number Diff line Loading @@ -153,13 +153,10 @@ #define BB_TYPE_11G 2 /* 0:11a, 1:11b, 2:11gb (only CCK in BasicRate), 3:11ga (OFDM in BasicRate) */ typedef enum _VIA_PKT_TYPE { PK_TYPE_11A = 0, PK_TYPE_11B, PK_TYPE_11GB, PK_TYPE_11GA } VIA_PKT_TYPE, *PVIA_PKT_TYPE; #define PK_TYPE_11A 0 #define PK_TYPE_11B 1 #define PK_TYPE_11GB 2 #define PK_TYPE_11GA 3 typedef struct __chip_info_tbl { CHIP_TYPE chip_id; Loading Loading @@ -319,7 +316,7 @@ struct vnt_private { unsigned char byCWMaxMin; u8 byBBType; /* 0:11A, 1:11B, 2:11G */ VIA_PKT_TYPE byPacketType; /* u8 byPacketType; /* * 0:11a,1:11b,2:11gb (only CCK * in BasicRate), 3:11ga (OFDM in * Basic Rate) Loading
drivers/staging/vt6655/device_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,7 @@ device_set_options(struct vnt_private *pDevice) pDevice->byLongRetryLimit = pDevice->sOpts.long_retry; pDevice->bDiversityRegCtlON = (pDevice->sOpts.flags & DEVICE_FLAGS_DiversityANT) ? 1 : 0; pDevice->byBBType = pDevice->sOpts.bbp_type; pDevice->byPacketType = (VIA_PKT_TYPE)pDevice->byBBType; pDevice->byPacketType = pDevice->byBBType; pDevice->byAutoFBCtrl = AUTO_FB_0; pDevice->bUpdateBBVGA = true; pDevice->byPreambleType = 0; Loading