ath10k: remove unused more_frags variable
authorYang Yingliang <yangyingliang@huawei.com>
Wed, 26 May 2021 14:22:19 +0000 (22:22 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 12 Jun 2021 10:38:26 +0000 (13:38 +0300)
commite0a6120f6816ddd366530ce7ae5cb001a5e819dd
treed7ea2b6285c9b4d7e2a8a88e7700163181834dec
parent272fdc0c4542fad173b44965be02a16d6db95499
ath10k: remove unused more_frags variable

Fix the following W=1 build warning:

  drivers/net/wireless/ath/ath10k/htt_rx.c:1790:7: warning: variable ‘more_frags’ set but not used [-Wunused-but-set-variable]
   1790 |  bool more_frags;
        |       ^~~~~~~~~~

Fixes: a1166b2653db ("ath10k: add CCMP PN replay protection for fragmented frames for PCIe")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210526142219.2542528-1-yangyingliang@huawei.com
drivers/net/wireless/ath/ath10k/htt_rx.c