Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186551
b: refs/heads/master
c: 92ce470
h: refs/heads/master
i:
  186549: 7aa8a7f
  186547: f3d75c9
  186543: b65ba19
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 95de890 commit 864ca03
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 1bc5e651295ab35fc7d396d940cf9a1e530c0a7e
refs/heads/master: 92ce4703920dc1bb380c12498a2f6bb825effbc7
6 changes: 3 additions & 3 deletions trunk/drivers/staging/winbond/localpara.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ typedef struct _CHAN_LIST
ChanInfo Channel[50]; // 100B
} CHAN_LIST, *psCHAN_LIST;

typedef struct _RadioOff
struct radio_off
{
u8 boHwRadioOff;
u8 boSwRadioOff;
} RadioOff, *psRadioOff;
};

//===========================================================================
struct wb_local_para
Expand Down Expand Up @@ -186,7 +186,7 @@ struct wb_local_para
u16 ListenInterval; // The listen interval when SME invoking MLME_
// (Re)Associate_Request().

RadioOff RadioOffStatus;
struct radio_off RadioOffStatus;
u8 Reserved0[2];

u8 boMsRadioOff; // Ndis demands to be true when set Disassoc. OID and be false when set SSID OID.
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/winbond/sme_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ s8 sme_get_cwmin_value(void *pcore_data, u8 *cwmin);
s8 sme_get_cwmax_value(void *pcore_data, u16 *cwmax);
s8 sme_get_ms_radio_mode(void *pcore_data, u8 * pMsRadioOff);
s8 sme_set_ms_radio_mode(void *pcore_data, u8 boMsRadioOff);
s8 sme_get_radio_mode(void *pcore_data, psRadioOff pRadioOffData);
s8 sme_set_radio_mode(void *pcore_data, RadioOff RadioOffData);

void sme_get_tx_power_level(void *pcore_data, u32 *TxPower);
u8 sme_set_tx_power_level(void *pcore_data, u32 TxPower);
Expand Down

0 comments on commit 864ca03

Please sign in to comment.