]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Increase netlink receive buffer size
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 22 Jan 2015 11:51:15 +0000 (13:51 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 22 Jan 2015 11:51:15 +0000 (13:51 +0200)
commit630b3230c86abf1976a39db596c51540e57e31c8
tree5a5d94a0253cf2c0b82226137110b47e4fe4aff5
parenta60dbbce443d62c403492549a1353ed1a3eaefb4
nl80211: Increase netlink receive buffer size

libnl uses a pretty small buffer (32 kB that gets converted to 64 kB) by
default. It is possible to hit that limit in some cases where operations
are blocked, e.g., with a burst of Deauthentication frames to hostapd
and STA entry deletion. Try to increase the buffer to make this less
likely to occur.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c