]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/winbond/wb35rx.c
Staging: w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor
[karo-tx-linux.git] / drivers / staging / winbond / wb35rx.c
index b905e7b43a19877e576415de8c02ed01ea13a0f6..4d41f6c3563c75052140fb88752ddb9e45025346 100644 (file)
@@ -44,7 +44,7 @@ static void packet_came(struct ieee80211_hw *hw, char *pRxBufferAddress, int Pac
        ieee80211_rx_irqsafe(hw, skb);
 }
 
-static void Wb35Rx_adjust(PDESCRIPTOR pRxDes)
+static void Wb35Rx_adjust(struct wb35_descriptor *pRxDes)
 {
        u32 *   pRxBufferAddress;
        u32     DecryptionMethod;
@@ -84,7 +84,7 @@ static u16 Wb35Rx_indicate(struct ieee80211_hw *hw)
 {
        struct wbsoft_priv *priv = hw->priv;
        struct hw_data * pHwData = &priv->sHwData;
-       DESCRIPTOR      RxDes;
+       struct wb35_descriptor  RxDes;
        struct wb35_rx *pWb35Rx = &pHwData->Wb35Rx;
        u8 *            pRxBufferAddress;
        u16             PacketSize;