diff options
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | 2011-07-16 10:59:15 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-08-09 12:45:20 -0400 |
commit | 4a005c3ed0e6424e991daeea385bd08a9b97b67a (patch) | |
tree | 1ec9969f4001fe42c7aafeb2fd1e97f098bcb6d9 /drivers/net/wireless/ath/ath6kl/hif.h | |
parent | cfeab10b117cee7c2b3a8aaf1dc49d28482aeca0 (diff) |
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>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/hif.h')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/hif.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/hif.h b/drivers/net/wireless/ath/ath6kl/hif.h index d5a79911bdc9..bbacba466cb7 100644 --- a/drivers/net/wireless/ath/ath6kl/hif.h +++ b/drivers/net/wireless/ath/ath6kl/hif.h | |||
@@ -171,6 +171,8 @@ struct hif_scatter_req { | |||
171 | /* total length of entire transfer */ | 171 | /* total length of entire transfer */ |
172 | u32 len; | 172 | u32 len; |
173 | 173 | ||
174 | bool virt_scat; | ||
175 | |||
174 | void (*complete) (struct htc_target *, struct hif_scatter_req *); | 176 | void (*complete) (struct htc_target *, struct hif_scatter_req *); |
175 | int status; | 177 | int status; |
176 | int scat_entries; | 178 | int scat_entries; |
@@ -187,7 +189,6 @@ struct hif_scatter_req { | |||
187 | struct hif_dev_scat_sup_info { | 189 | struct hif_dev_scat_sup_info { |
188 | int max_scat_entries; | 190 | int max_scat_entries; |
189 | int max_xfer_szper_scatreq; | 191 | int max_xfer_szper_scatreq; |
190 | bool virt_scat; | ||
191 | }; | 192 | }; |
192 | 193 | ||
193 | struct ath6kl_hif_ops { | 194 | struct ath6kl_hif_ops { |