Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205587
b: refs/heads/master
c: 0c93a98
h: refs/heads/master
i:
  205585: a01776d
  205583: 8aae31f
v: v3
  • Loading branch information
Charles Clément authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent bae98b2 commit 72aba79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a4197bdda7914558fdc24f63d4ed6c64c5e54b3
refs/heads/master: 0c93a98a0e9073e0ffa7aea1e515a5e146e798a7
8 changes: 4 additions & 4 deletions trunk/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 trunk/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 72aba79

Please sign in to comment.