mac80211: sta_info: avoid tidstats variable shadowing
authorJohannes Berg <johannes.berg@intel.com>
Fri, 9 Nov 2018 10:13:15 +0000 (11:13 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 9 Nov 2018 10:13:15 +0000 (11:13 +0100)
commit6af8354f1db95a01a1ca0638868367d7fa7b6324
treed08191395c04e0dfcc44da12d9b36ecfd7aec974
parent140d905b256165ae22c12837c046665a8d0aa599
mac80211: sta_info: avoid tidstats variable shadowing

We have a pointer called 'tidstats' that shadows a bool function
argument with the same name, but we actually only use it once so
just remove the pointer.

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