commit | 6af8354f1db95a01a1ca0638868367d7fa7b6324 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 11:13:15 2018 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 11:13:15 2018 +0100 |
tree | d08191395c04e0dfcc44da12d9b36ecfd7aec974 | |
parent | 140d905b256165ae22c12837c046665a8d0aa599 [diff] |
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>