diff options
| author | Michal Kazior <michal.kazior@tieto.com> | 2014-11-27 11:09:37 +0100 |
|---|---|---|
| committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-12-01 09:13:36 +0200 |
| commit | d84a512dca23c4330be4d4ffaf29b4d49438f12e (patch) | |
| tree | d89c971966030bcd7083db497d8f127cab902a74 /drivers/net/wireless/ath/ath10k/hif.h | |
| parent | 5f07ea4c3a9ae3277ac3bfdbc6df5814e800ad66 (diff) | |
ath10k: remove transfer_id from ath10k_hif_cb::tx_completion
Pass the eid argument via skbuff control buffer.
This will make it possible to work with queues of
HTC event buffers.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/hif.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/hif.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/hif.h b/drivers/net/wireless/ath/ath10k/hif.h index 91d24a546efa..0c92e0251e84 100644 --- a/drivers/net/wireless/ath/ath10k/hif.h +++ b/drivers/net/wireless/ath/ath10k/hif.h @@ -32,8 +32,7 @@ struct ath10k_hif_sg_item { struct ath10k_hif_cb { int (*tx_completion)(struct ath10k *ar, - struct sk_buff *wbuf, - unsigned transfer_id); + struct sk_buff *wbuf); int (*rx_completion)(struct ath10k *ar, struct sk_buff *wbuf); }; |
