forked from Minki/linux
Staging: vt6655: removed custom CHAR typedef
Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
902d241129
commit
5a4197bdda
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user