提交 5a4197bd 编写于 作者: C Charles Clément 提交者: Greg Kroah-Hartman

Staging: vt6655: removed custom CHAR typedef

Signed-off-by: NCharles Clément <caratorn@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 902d2411
......@@ -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;
......
......@@ -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;
......
......@@ -68,7 +68,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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册