diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2013-10-02 11:03:41 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2013-10-07 15:28:02 +0300 |
commit | 3efcb3b40cc40091661eb376be175a6971616f6b (patch) | |
tree | c95a15ca421ade706b67da6c1bf78c8c2accb7fd /drivers/net/wireless/ath/ath10k/ce.h | |
parent | 2e761b5a5222071d55ebccf65f93d281e4c11958 (diff) | |
download | op-kernel-dev-3efcb3b40cc40091661eb376be175a6971616f6b.zip op-kernel-dev-3efcb3b40cc40091661eb376be175a6971616f6b.tar.gz |
ath10k: remove num_sends_allowed
The value provided by num_sends_allowed is now
derived from CE source ringbuffer state.
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/ce.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/ce.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/ce.h b/drivers/net/wireless/ath/ath10k/ce.h index 949b174..15d45b5 100644 --- a/drivers/net/wireless/ath/ath10k/ce.h +++ b/drivers/net/wireless/ath/ath10k/ce.h @@ -156,6 +156,7 @@ void ath10k_ce_send_cb_register(struct ath10k_ce_pipe *ce_state, void (*send_cb)(struct ath10k_ce_pipe *), int disable_interrupts); +int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe); /*==================Recv=======================*/ |