]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: simplify TDLS RA lookup
authorJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 06:28:22 +0000 (08:28 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 06:28:22 +0000 (08:28 +0200)
commitcad35d351de20272a1271fe30428aa00b8ac7299
treea9e1890f3a0d41ece3eb1ee9823951808380b2c2
parentfefbe511a28a868edeaa7a8bf8a95613a8da68e8
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>
net/mac80211/tx.c