diff options
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | 2011-07-16 20:29:07 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-08-09 19:45:19 +0300 |
commit | d4df78904d12850c1c57bfffde8eff5195f3cd4d (patch) | |
tree | 5af0367ca6c8750933f622b539238ec78dd98eb4 /drivers/net/wireless/ath/ath6kl/hif.h | |
parent | c630d18a5ea0213f6ad8e34b62f9c78038f371d8 (diff) | |
download | blackbird-op-linux-d4df78904d12850c1c57bfffde8eff5195f3cd4d.tar.gz blackbird-op-linux-d4df78904d12850c1c57bfffde8eff5195f3cd4d.zip |
ath6kl: Remove struct hif_scatter_req_priv
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/hif.h')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/hif.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/hif.h b/drivers/net/wireless/ath/ath6kl/hif.h index ca401041abfb..35f90a3b5a8b 100644 --- a/drivers/net/wireless/ath/ath6kl/hif.h +++ b/drivers/net/wireless/ath/ath6kl/hif.h @@ -177,7 +177,8 @@ struct hif_scatter_req { struct htc_endpoint *ep; int scat_entries; - struct hif_scatter_req_priv *req_priv; + struct bus_request *busrequest; + struct scatterlist *sgentries; /* bounce buffer for upper layers to copy to/from */ u8 *virt_dma_buf; @@ -190,11 +191,6 @@ struct hif_dev_scat_sup_info { int max_xfer_szper_scatreq; }; -struct hif_scatter_req_priv { - struct bus_request *busrequest; - struct scatterlist sgentries[MAX_SCATTER_ENTRIES_PER_REQ]; -}; - struct ath6kl_hif_ops { int (*read_write_sync)(struct ath6kl *ar, u32 addr, u8 *buf, u32 len, u32 request); |