Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267786
b: refs/heads/master
c: 1897a50
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 143fce9 commit 417e9b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 9be6f10ed3867b1b89c34e4cd3cb5c00c0bc5282
refs/heads/master: 1897a50c8f86018905449be2b59875bf2fedecb9
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ typedef struct r8192_priv

struct channel_access_setting ChannelAccessSetting;

mp_adapter NdisAdapter;
struct mp_adapter NdisAdapter;

struct rtl819x_ops *ops;
struct rtllib_device *rtllib;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static inline void NdisRawReadPortUlong(u32 port, u32 *pval)
*pval = inl(port);
}

typedef struct _mp_adapter{
struct mp_adapter {
u8 LinkCtrlReg;

u8 BusNumber;
Expand All @@ -69,7 +69,7 @@ typedef struct _mp_adapter{
u16 PciBridgeDeviceId;
u8 PciBridgePCIeHdrOffset;
u8 PciBridgeLinkCtrlReg;
}mp_adapter,*pmp_adapter;
};//,*pmp_adapter;

struct rt_pci_capab_header {
unsigned char CapabilityID;
Expand Down

0 comments on commit 417e9b6

Please sign in to comment.