Commit 0c93a98a authored by Charles Clément's avatar Charles Clément Committed by Greg Kroah-Hartman

Staging: vt6655: removed custom SHORT typedef

Signed-off-by: default avatarCharles Clément <caratorn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5a4197bd
...@@ -681,11 +681,11 @@ typedef struct __device_info { ...@@ -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;
......
...@@ -68,7 +68,6 @@ typedef int BOOL; ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment