]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Abstract handling of sockets on eloop
authorJohannes Berg <johannes.berg@intel.com>
Sat, 26 Oct 2013 13:06:49 +0000 (16:06 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 14:48:17 +0000 (17:48 +0300)
commit5f65e9f717b75df45c1af6bca220012b0455eda2
tree1a9923f385939b80f791191d0a86079a254259c4
parente8d1168b731593abdbc6b9331cc681084dd694e7
nl80211: Abstract handling of sockets on eloop

Abstract the handling of sockets on the eloop to avoid
destroying sockets still on the eloop and also to allow
the next patch to mark the socket non-blocking.

Signed-hostap: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c