commit | d6f5cc091b04c4364c7cd928cef3dff21e2bef55 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jan 23 11:36:54 2015 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jan 23 11:37:44 2015 +0100 |
tree | 9f440775e578c5bdf7dd96766d4a39b3f300a31a | |
parent | 13874e4b23de83899cc2d48011a98e42347c67cb [diff] |
mac80211: tdls: remove shadowing variable There's no need to use another local 'sta' variable as the original (outer scope) one isn't needed any more and has become invalid anyway when exiting the RCU read section. Remove the inner scope one and along with it the useless NULL initialization. Signed-off-by: Johannes Berg <johannes.berg@intel.com>