]> asedeno.scripts.mit.edu Git - linux.git/commit
ath10k: htt: remove some dead code
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 11 Oct 2018 08:09:20 +0000 (11:09 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 13 Oct 2018 17:26:49 +0000 (20:26 +0300)
commite3bfecd5cd37a93c47c146c41d5f1fde7405b592
tree7bb7600b338475b8d943f46dcea5fbd7f03f15e4
parent0738b4998c6d1caf9ca2447b946709a7278c70f1
ath10k: htt: remove some dead code

We added an unnecessary condition here in commit a904417fc876 ("ath10k:
add extended per sta tx statistics support").  "legacy_rate_idx" is a u8
so it can't be negative.  The caller doesn't pass negatives either.  I
have deleted this code.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/htt_rx.c