Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186550
b: refs/heads/master
c: 1bc5e65
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 7aa8a7f commit 95de890
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: 3fc0d278e3198c8aa9baa71c49a8364d31686ba9
refs/heads/master: 1bc5e651295ab35fc7d396d940cf9a1e530c0a7e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
struct wbsoft_priv {
u32 adapterIndex; // 20060703.4 Add for using padapterContext global adapter point

WB_LOCALDESCRIPT sLocalPara; // Myself connected parameters
struct wb_local_para sLocalPara; // Myself connected parameters

MLME_FRAME sMlmeFrame; // connect to peerSTA parameters

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/winbond/localpara.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef struct _RadioOff
} RadioOff, *psRadioOff;

//===========================================================================
typedef struct LOCAL_PARA
struct wb_local_para
{
u8 PermanentAddress[ MAC_ADDR_LENGTH + 2 ]; // read from EPROM, manufacture set for each NetCard
u8 ThisMacAddress[ MAC_ADDR_LENGTH + 2 ]; // the driver will use actually.
Expand Down Expand Up @@ -274,6 +274,6 @@ typedef struct LOCAL_PARA
u16 IE_Append_size;
u16 reserved_7;

} WB_LOCALDESCRIPT, *PWB_LOCALDESCRIPT;
};

#endif

0 comments on commit 95de890

Please sign in to comment.