Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126579
b: refs/heads/master
c: 82f8c2c
h: refs/heads/master
i:
  126577: 0a0ee6e
  126575: bc847b0
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent c817af7 commit 88711da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: 912b209f50dea532c25f2178e20024700258949b
refs/heads/master: 82f8c2cd469211e6ae7e0a3c51eb93ab78f2427c
1 change: 0 additions & 1 deletion trunk/drivers/staging/winbond/localpara.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ typedef struct LOCAL_PARA

//// power-save variables
u8 iPowerSaveMode; // 0 indicates it is on, 1 indicates it is off
u8 ShutDowned;
u8 ATIMmode;
u8 ExcludeUnencrypted;

Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/winbond/wbusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ static unsigned char wb35_hw_init(struct ieee80211_hw *hw)
pHwData = &priv->sHwData;
hal_set_phy_type( pHwData, RF_DECIDE_BY_INF );

// Initial Software variable
priv->sLocalPara.ShutDowned = false;

//added by ws for wep key error detection
priv->sLocalPara.bWepKeyError= false;
priv->sLocalPara.bToSelfPacketReceived = false;
Expand Down Expand Up @@ -424,9 +421,6 @@ void packet_came(struct ieee80211_hw *hw, char *pRxBufferAddress, int PacketSize

static void wb35_hw_halt(struct wbsoft_priv *adapter)
{
//---------------------
adapter->sLocalPara.ShutDowned = true;

Mds_Destroy( adapter );

// Turn off Rx and Tx hardware ability
Expand Down

0 comments on commit 88711da

Please sign in to comment.