wifi: mac80211: remove extra shadowing variable
authorJohannes Berg <johannes.berg@intel.com>
Wed, 31 Jan 2024 15:49:04 +0000 (16:49 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 Feb 2024 11:50:12 +0000 (12:50 +0100)
commitefa2cce6e272b36c7f9687385ef4fd538cc3bf51
tree98f87a6ce315ffc27bc6f0069bf4446affbd715e
parent2fd53eb04c492eb9a2b06f994b36e5cf34ba7541
wifi: mac80211: remove extra shadowing variable

Not sure how this happened or how nothing complained, but
this variable already exists in the outer function scope
with the same value (and the SKB isn't changed either.)
Remove the extra one.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c