Signed-off-by: Charles Clément <[email protected]>
---
drivers/staging/vt6655/country.h | 2 +-
drivers/staging/vt6655/device.h | 4 ++--
drivers/staging/vt6655/ttype.h | 1 -
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/vt6655/country.h b/drivers/staging/vt6655/country.h
index 2005d27..3206fee 100644
--- a/drivers/staging/vt6655/country.h
+++ b/drivers/staging/vt6655/country.h
@@ -162,7 +162,7 @@ typedef enum _COUNTRY_CODE {
typedef struct tagSCountryTable
{
BYTE byChannelCountryCode; /* The country code */
- CHAR chCountryCode[2];
+ char chCountryCode[2];
BYTE bChannelIdxList[CB_MAX_CHANNEL]; /* Available channels Index */
BYTE byPower[CB_MAX_CHANNEL];
} SCountryTable, *PSCountryTable;
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index 0766a91..4ea94a7 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -686,8 +686,8 @@ typedef struct __device_info {
SHORT sPSetPointOFDMA;
LONG lPFormulaOffset;
SHORT sPThreshold;
- CHAR cAdjustStep;
- CHAR cMinTxAGC;
+ char cAdjustStep;
+ char cMinTxAGC;
// For RF Power table
BYTE byCCKPwr;
diff --git a/drivers/staging/vt6655/ttype.h b/drivers/staging/vt6655/ttype.h
index eeabdb5..0f6ac29 100644
--- a/drivers/staging/vt6655/ttype.h
+++ b/drivers/staging/vt6655/ttype.h
@@ -72,7 +72,6 @@ typedef int BOOL;
* but it doesn't matter if they're signed or unsigned.
*/
-typedef char CHAR;
typedef signed short SHORT;
typedef signed int INT;
typedef signed long LONG;
--
1.7.1
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel