commit | 11d62caf93cf12ce80ff8304849887666ec8880a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Sep 13 08:28:22 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Sep 13 08:28:22 2016 +0200 |
tree | a9e1890f3a0d41ece3eb1ee9823951808380b2c2 | |
parent | 8d51dbb8c7fb5412f0935c20f66e27d2c63ef4a0 [diff] |
mac80211: simplify TDLS RA lookup smatch pointed out that the second check of "tdls_auth" was pointless since if it was true, we returned from the function already. We can further simplify the code by moving the first check (if it's a TDLS peer at all) into the outer if, to only handle that inside. This simplifies the control flow here. Signed-off-by: Johannes Berg <johannes.berg@intel.com>