ath6kl: add pointer to the skb in htc_packet

Needed by the USB code.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
这个提交包含在:
Kalle Valo
2012-03-25 17:15:24 +03:00
父节点 900d6b3fea
当前提交 cfc10f2457
修改 2 个文件,包含 13 行新增0 行删除

查看文件

@@ -311,6 +311,14 @@ struct htc_packet {
void (*completion) (struct htc_target *, struct htc_packet *);
struct htc_target *context;
/*
* optimization for network-oriented data, the HTC packet
* can pass the network buffer corresponding to the HTC packet
* lower layers may optimized the transfer knowing this is
* a network buffer
*/
struct sk_buff *skb;
};
enum htc_send_full_action {