Skip to content

Commit

Permalink
Staging: vt6655: removed custom SHORT typedef
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Charles Clément authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent 5a4197b commit 0c93a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions drivers/staging/vt6655/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/vt6655/ttype.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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;

Expand Down

0 comments on commit 0c93a98

Please sign in to comment.