Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Staging: vt6655: removed custom SHORT typedef

parent 5a4197bd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;

+0 −1
Original line number Diff line number Diff line
@@ -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;