ath10k: remove void pointer from struct ath10k_pci_compl
[cascardo/linux.git] / drivers / net / wireless / ath / ath10k / pci.h
index 50f3e7b..2a6cb09 100644 (file)
@@ -54,7 +54,7 @@ struct ath10k_pci_compl {
        enum ath10k_pci_compl_state state;
        struct ath10k_ce_pipe *ce_state;
        struct ath10k_pci_pipe *pipe_info;
-       void *transfer_context;
+       struct sk_buff *skb;
        unsigned int nbytes;
        unsigned int transfer_id;
        unsigned int flags;