]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/winbond/mlmetxrx.c
chelsio: use the DMA state API instead of the pci equivalents
[mv-sheeva.git] / drivers / staging / winbond / mlmetxrx.c
index 643ceb060d562d4abc01bdd2ebcb97d25c2d555e..f856b94a7810a84a56fc5dd8af16c5f31080716b 100644 (file)
@@ -45,7 +45,7 @@ u8 MLMESendFrame(struct wbsoft_priv * adapter, u8 *pMMPDU, u16 len, u8 DataType)
        return true;
 }
 
-void MLME_GetNextPacket(struct wbsoft_priv *adapter, PDESCRIPTOR desc)
+void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *desc)
 {
        desc->InternalUsed = desc->buffer_start_index + desc->buffer_number;
        desc->InternalUsed %= MAX_DESCRIPTOR_BUFFER_INDEX;