Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565023
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] ath10k: remove multiple defines of DIAG_TRANSFER_LIMIT |
| Date | 2017-01-23 16:10 +0100 |
| Message-ID | <t2OpQ-812-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
DIAG_TRANSFER_LIMIT is redefined with same value and comments just below this entry, remove this duplicate entry. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> --- drivers/net/wireless/ath/ath10k/pci.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h index 9854ad5..c76789d 100644 --- a/drivers/net/wireless/ath/ath10k/pci.h +++ b/drivers/net/wireless/ath/ath10k/pci.h @@ -25,11 +25,6 @@ #include "ahb.h" /* - * maximum number of bytes that can be handled atomically by DiagRead/DiagWrite - */ -#define DIAG_TRANSFER_LIMIT 2048 - -/* * maximum number of bytes that can be * handled atomically by DiagRead/DiagWrite */ -- 2.10.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/3] ath10k: remove multiple defines of DIAG_TRANSFER_LIMIT Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2017-01-23 16:10 +0100
[PATCH 3/3] ath10k: fix typo in addr calculation Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2017-01-23 16:10 +0100
[PATCH 2/3] ath10k: use dma_zalloc_coherent() Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2017-01-23 16:10 +0100
Re: [PATCH 2/3] ath10k: use dma_zalloc_coherent() Joe Perches <joe@perches.com> - 2017-01-24 00:20 +0100
Re: [PATCH 2/3] ath10k: use dma_zalloc_coherent() "Valo, Kalle" <kvalo@qca.qualcomm.com> - 2017-01-24 06:20 +0100
Re: [PATCH 2/3] ath10k: use dma_zalloc_coherent() Joe Perches <joe@perches.com> - 2017-01-24 06:30 +0100
Re: [PATCH 2/3] ath10k: use dma_zalloc_coherent() "Valo, Kalle" <kvalo@qca.qualcomm.com> - 2017-01-24 13:20 +0100
Re: [1/3] ath10k: remove multiple defines of DIAG_TRANSFER_LIMIT Kalle Valo <kvalo@qca.qualcomm.com> - 2017-01-27 19:20 +0100
csiph-web