aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2020-10-20 05:58:41 -0700
committerKalle Valo <kvalo@codeaurora.org>2020-11-07 13:34:22 +0200
commit3287953b03994870c249ec57f55967cd1f7afbb8 (patch)
tree47ac9f16ba32a5ce66ed1e65baae6a32e3850712 /drivers/net/wireless/ath/ath10k/htt_rx.c
parentrsi: Fix TX EAPOL packet handling against iwlwifi AP (diff)
downloadlinux-3287953b03994870c249ec57f55967cd1f7afbb8.tar.xz
linux-3287953b03994870c249ec57f55967cd1f7afbb8.zip
wireless: remove unneeded break
A break is not needed if it is preceded by a return Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20201020125841.26791-1-trix@redhat.com
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htt_rx.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/htt_rx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath/ath10k/htt_rx.c
index 5c1af2021883..9c4e6cf2137a 100644
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/drivers/net/wireless/ath/ath10k/htt_rx.c
@@ -3878,7 +3878,6 @@ bool ath10k_htt_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb)
return ath10k_htt_rx_proc_rx_frag_ind(htt,
&resp->rx_frag_ind,
skb);
- break;
}
case HTT_T2H_MSG_TYPE_TEST:
break;