ath6kl: add pointer to the skb in htc_packet
Needed by the USB code. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
这个提交包含在:
@@ -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 {
|
||||
|
在新工单中引用
屏蔽一个用户