aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2013-10-02 11:03:41 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2013-10-07 15:28:02 +0300
commit3efcb3b40cc40091661eb376be175a6971616f6b (patch)
treec95a15ca421ade706b67da6c1bf78c8c2accb7fd /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: remove ce_sendlist_send (diff)
downloadlinux-dev-3efcb3b40cc40091661eb376be175a6971616f6b.tar.xz
linux-dev-3efcb3b40cc40091661eb376be175a6971616f6b.zip
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/pci.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index 7c49f6f96f70..52fb7b973571 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -178,9 +178,6 @@ struct ath10k_pci_pipe {
/* List of free CE completion slots */
struct list_head compl_free;
- /* Limit the number of outstanding send requests. */
- int num_sends_allowed;
-
struct ath10k_pci *ar_pci;
struct tasklet_struct intr;
};