]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Continue getting rid of NLA_PUT* macro use
authorJouni Malinen <j@w1.fi>
Fri, 5 Dec 2014 18:33:08 +0000 (20:33 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 6 Dec 2014 10:50:15 +0000 (12:50 +0200)
commita862e4a38fa2d078a24152fc666a5d2a8b605c8a
treeb269f97c6de5e44ab00bc650858f35b4579e8988
parent9589a91e0e144ed3255ca671e6e81efe6dce02fa
nl80211: Continue getting rid of NLA_PUT* macro use

This gets rid of more NLA_PUT* macro uses in nl80211 to reduce the
number of functions that depend on the hidden behavior of jumping to the
nla_put_failure label.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c