ath6kl: Moe virt_scat from hif_dev_scat_sup_info to hif_scatter_req

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
Vasanthakumar Thiagarajan
2011-07-16 20:29:15 +05:30
committed by Kalle Valo
parent cfeab10b11
commit 4a005c3ed0
3 changed files with 7 additions and 6 deletions

View File

@@ -171,6 +171,8 @@ struct hif_scatter_req {
/* total length of entire transfer */
u32 len;
bool virt_scat;
void (*complete) (struct htc_target *, struct hif_scatter_req *);
int status;
int scat_entries;
@@ -187,7 +189,6 @@ struct hif_scatter_req {
struct hif_dev_scat_sup_info {
int max_scat_entries;
int max_xfer_szper_scatreq;
bool virt_scat;
};
struct ath6kl_hif_ops {