cfg80211: combine two nested ifs into a single condition
authorJohannes Berg <johannes.berg@intel.com>
Mon, 13 Feb 2017 19:53:38 +0000 (20:53 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 6 Mar 2017 08:21:40 +0000 (09:21 +0100)
commitd4f29978675d7d07e7bb9da30ed05ecf588820a0
treeba847f6a0cadfa904dc8b631b5e834364ae634b6
parentae44b502669d0cd1f167cdb48994292aa20fd3dd
cfg80211: combine two nested ifs into a single condition

Combine two instances of having two nested if statements
into a single one with a combined condition to reduce the
indentation.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.c
net/wireless/util.c