aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2013-09-01 10:01:46 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2013-09-03 09:49:07 +0300
commitaa5c1db4451596be424f8df511aa5435a7d51e6c (patch)
tree689acfaa821fac3f52c08dfec43c92f902bbc429 /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: make target_ce_config_wlan more readable (diff)
downloadlinux-dev-aa5c1db4451596be424f8df511aa5435a7d51e6c.tar.xz
linux-dev-aa5c1db4451596be424f8df511aa5435a7d51e6c.zip
ath10k: remove void pointer from struct ath10k_pci_compl
Void pointers are bad, mmkay. No functional changes. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index 50f3e7b4f27f..2a6cb090b8b0 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -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;