ath6kl: Move scatter information from ath6kl_device to htc_target

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
此提交包含在:
Vasanthakumar Thiagarajan
2011-07-18 14:23:29 +05:30
提交者 Kalle Valo
父節點 5be8824f28
當前提交 50745af7eb
共有 6 個檔案被更改,包括 16 行新增26 行删除

查看文件

@@ -533,6 +533,9 @@ struct htc_target {
u32 block_sz;
u32 block_mask;
int max_scat_entries;
int max_xfer_szper_scatreq;
};
void *htc_create(struct ath6kl *ar);