提交 0c93a98a 编写于 作者: C Charles Clément 提交者: Greg Kroah-Hartman

Staging: vt6655: removed custom SHORT typedef

Signed-off-by: NCharles Clément <caratorn@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 5a4197bd
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册