Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197063
b: refs/heads/master
c: 5dcf8f6
h: refs/heads/master
i:
  197061: d1274ad
  197059: 55ef731
  197055: e3615f7
v: v3
  • Loading branch information
Ruslan Pisarev authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 034432b commit a13cd81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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: f9a4191cfbe86c5f96a6c6d340ab8bb65fa5c211
refs/heads/master: 5dcf8f668c330e72bf3a1de9e8b9451912a68ccd
14 changes: 8 additions & 6 deletions trunk/drivers/staging/winbond/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
#define WB_MAX_LINK_NAME_LEN 40

struct wbsoft_priv {
u32 adapterIndex; // 20060703.4 Add for using padapterContext global adapter point
u32 adapterIndex; /* 20060703.4 Add for using padapterContext
global adapter point */

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

MLME_FRAME sMlmeFrame; // connect to peerSTA parameters
MLME_FRAME sMlmeFrame; /* connect to peerSTA parameters */

struct wb35_mto_params sMtoPara; // MTO_struct ...
struct hw_data sHwData; //For HAL
struct wb35_mto_params sMtoPara; /* MTO_struct ... */
struct hw_data sHwData; /*For HAL */
struct wb35_mds Mds;

spinlock_t SpinLock;
Expand All @@ -30,7 +32,7 @@ struct wbsoft_priv {
u32 TxByteCount;

struct sk_buff *packet_return;
s32 netif_state_stop; // 1: stop 0: normal
s32 netif_state_stop; /* 1: stop 0: normal */
struct iw_statistics iw_stats;

u8 LinkName[WB_MAX_LINK_NAME_LEN];
Expand Down

0 comments on commit a13cd81

Please sign in to comment.