summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/sdio.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2019-11-15 10:21:11 +0300
committerKalle Valo <kvalo@codeaurora.org>2019-11-25 14:50:36 +0300
commit2246c215659060b214c9cc7fcd4abec95874ae5a (patch)
treeb6da8646b67ad9d8ff0a86af268eb615f9d3cc1d /drivers/net/wireless/ath/ath10k/sdio.h
parentefd2f4c5016bd24f33357487adcf873359116e9a (diff)
downloadlinux-2246c215659060b214c9cc7fcd4abec95874ae5a.tar.xz
ath10k: sdio: remove struct ath10k_sdio_rx_data::status
It seems to be unused. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/sdio.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/sdio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/sdio.h b/drivers/net/wireless/ath/ath10k/sdio.h
index 9acaf0229cf2..33195f49acab 100644
--- a/drivers/net/wireless/ath/ath10k/sdio.h
+++ b/drivers/net/wireless/ath/ath10k/sdio.h
@@ -126,7 +126,6 @@ struct ath10k_sdio_rx_data {
bool part_of_bundle;
bool last_in_bundle;
bool trailer_only;
- int status;
};
struct ath10k_sdio_irq_proc_regs {