]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use a wrapper for genlmsg_put
authorJouni Malinen <j@w1.fi>
Thu, 20 Oct 2011 22:34:54 +0000 (01:34 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 22 Oct 2011 08:29:03 +0000 (11:29 +0300)
commit9fb0407055112d9f24cd451ce880326197988a61
treeb794144de64e855da70020e0b21d07b44edf9429
parentbd43938102a610939a528b34b04d6943469dd1e7
nl80211: Use a wrapper for genlmsg_put

This reduces the code size by a kilobyte or so and makes it easier
to replace the netlink instances to be shared among interfaces.
src/drivers/driver_nl80211.c