Staging: vt6655: removed custom SHORT typedef

Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Charles Clément 2010-06-01 12:38:55 -07:00 committed by Greg Kroah-Hartman
parent 5a4197bdda
commit 0c93a98a0e
2 changed files with 4 additions and 5 deletions

View File

@ -681,11 +681,11 @@ typedef struct __device_info {
// For Auto Power Tunning // For Auto Power Tunning
BYTE byAutoPwrTunning; BYTE byAutoPwrTunning;
SHORT sPSetPointCCK; short sPSetPointCCK;
SHORT sPSetPointOFDMG; short sPSetPointOFDMG;
SHORT sPSetPointOFDMA; short sPSetPointOFDMA;
LONG lPFormulaOffset; LONG lPFormulaOffset;
SHORT sPThreshold; short sPThreshold;
char cAdjustStep; char cAdjustStep;
char cMinTxAGC; char cMinTxAGC;

View File

@ -68,7 +68,6 @@ typedef int BOOL;
* but it doesn't matter if they're signed or unsigned. * but it doesn't matter if they're signed or unsigned.
*/ */
typedef signed short SHORT;
typedef signed int INT; typedef signed int INT;
typedef signed long LONG; typedef signed long LONG;