]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - build-utilities/hostap.git/commit
nl80211: Use global netlink rtm event object
authorBen Greear <greearb@candelatech.com>
Thu, 20 Oct 2011 23:03:25 +0000 (02:03 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 22 Oct 2011 09:39:05 +0000 (12:39 +0300)
commit36d84860bbe09641f782fcc21b09e5a6952b4629
tree197ddffd09f3c028bc27eeb81af8672515764aee
parent4b24282a1756553643c631d129f3f7a5078c3bb7
nl80211: Use global netlink rtm event object

Netlink sockets can be shared among all driver instances, saving lots
of sockets, spurious log messages, memory, and CPU usage when using
multiple interfaces in a single process.
src/drivers/driver_nl80211.c