wifi: ath9k: remove variable sent
authorColin Ian King <colin.i.king@gmail.com>
Mon, 24 Oct 2022 15:39:54 +0000 (16:39 +0100)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 2 Nov 2022 15:52:48 +0000 (17:52 +0200)
commit4f6620cd6bbd1e10018969ab52bdd8e083d91884
tree6c87420ffe2419497c88364c9be784dabcd39d25
parenta9501019f2de706eb43b59d66dcde70a23440cd3
wifi: ath9k: remove variable sent

Variable sent is just being incremented and it's never used
anywhere else. The variable and the increment are redundant so
remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20221024153954.2168503-1-colin.i.king@gmail.com
drivers/net/wireless/ath/ath9k/xmit.c