nl80211: use nla_parse_nested() instead of nla_parse()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 26 Oct 2016 12:42:21 +0000 (14:42 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 27 Oct 2016 14:03:20 +0000 (16:03 +0200)
commitbfe2c7b1cce4a1e13669e74796a172d7dcbf9d27
tree4ae3c56912a5478b4f2c9b25f5e203dacd434896
parent1794899e8b532553f5883187bdd45adeb268201a
nl80211: use nla_parse_nested() instead of nla_parse()

It's just an inline doing the same thing, but the code
is nicer with it.

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