]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/winbond/wbusb.c
Staging: w35und: remove unused ->ShutDowned member from struct LOCAL_PARA
[karo-tx-linux.git] / drivers / staging / winbond / wbusb.c
index 673875d30ca3badf2402100d745078247ce51313..0f70101603ccb9304b004b11de908bd9206b2991 100644 (file)
@@ -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;
@@ -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