Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
// 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;
* but it doesn't matter if they're signed or unsigned.
*/
-typedef signed short SHORT;
typedef signed int INT;
typedef signed long LONG;