Tom Rix e04b1973e2 wifi: lib80211: remove unused variables iv32 and iv16
clang with W=1 reports
net/wireless/lib80211_crypt_tkip.c:667:7: error: variable 'iv32'
  set but not used [-Werror,-Wunused-but-set-variable]
                u32 iv32 = tkey->tx_iv32;
                    ^
This variable not used so remove it.
Then remove a similar iv16 variable.
Change the comment because the unmodified value is returned.

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230517123310.873023-1-trix@redhat.com
[change commit log wrt. 'length', add comment in the code]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2023-09-13 12:33:58 +02:00
..
2023-05-31 13:06:57 +02:00
2023-08-25 18:40:15 -07:00
2023-08-25 18:40:15 -07:00
2023-08-25 18:40:15 -07:00
2023-03-16 17:34:40 -07:00
2023-08-16 11:09:16 +01:00
2023-06-24 15:41:46 -07:00
2023-08-22 17:31:19 -07:00
2023-06-28 16:43:10 -07:00