Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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;
SHORT sPSetPointOFDMA;
LONG lPFormulaOffset;
SHORT sPThreshold;
- CHAR cAdjustStep;
- CHAR cMinTxAGC;
+ char cAdjustStep;
+ char cMinTxAGC;
// For RF Power table
BYTE byCCKPwr;
* 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;