Signed-off-by: Charles Clément <[email protected]>
---
drivers/staging/vt6655/device.h | 8 ++++----
drivers/staging/vt6655/ttype.h | 1 -
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index 4ea94a7..5f4efb5 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -681,11 +681,11 @@ typedef struct __device_info {
// For Auto Power Tunning
BYTE byAutoPwrTunning;
- SHORT sPSetPointCCK;
- SHORT sPSetPointOFDMG;
- SHORT sPSetPointOFDMA;
+ short sPSetPointCCK;
+ short sPSetPointOFDMG;
+ short sPSetPointOFDMA;
LONG lPFormulaOffset;
- SHORT sPThreshold;
+ short sPThreshold;
char cAdjustStep;
char cMinTxAGC;
diff --git a/drivers/staging/vt6655/ttype.h b/drivers/staging/vt6655/ttype.h
index 0f6ac29..74c94b7 100644
--- a/drivers/staging/vt6655/ttype.h
+++ b/drivers/staging/vt6655/ttype.h
@@ -72,7 +72,6 @@ typedef int BOOL;
* but it doesn't matter if they're signed or unsigned.
*/
-typedef signed short SHORT;
typedef signed int INT;
typedef signed long LONG;
--
1.7.1
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel