Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205586
b: refs/heads/master
c: 5a4197b
h: refs/heads/master
v: v3
  • Loading branch information
Charles Clément authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent a01776d commit bae98b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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: 902d2411298a6e0b8a473a0163aa4bf6d5c8a073
refs/heads/master: 5a4197bdda7914558fdc24f63d4ed6c64c5e54b3
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/country.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ typedef enum _COUNTRY_CODE {
typedef struct tagSCountryTable
{
BYTE byChannelCountryCode; /* The country code */
CHAR chCountryCode[2];
char chCountryCode[2];
BYTE bChannelIdxList[CB_MAX_CHANNEL]; /* Available channels Index */
BYTE byPower[CB_MAX_CHANNEL];
} SCountryTable, *PSCountryTable;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/vt6655/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ typedef struct __device_info {
SHORT sPSetPointOFDMA;
LONG lPFormulaOffset;
SHORT sPThreshold;
CHAR cAdjustStep;
CHAR cMinTxAGC;
char cAdjustStep;
char cMinTxAGC;

// For RF Power table
BYTE byCCKPwr;
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 char CHAR;
typedef signed short SHORT;
typedef signed int INT;
typedef signed long LONG;
Expand Down

0 comments on commit bae98b2

Please sign in to comment.