libnl-tiny: fix receiving netlink messages larger than 4K
authorJonas Gorski <jogo@openwrt.org>
Thu, 11 Dec 2014 19:35:48 +0000 (19:35 +0000)
committerJonas Gorski <jogo@openwrt.org>
Thu, 11 Dec 2014 19:35:48 +0000 (19:35 +0000)
commit92745c280a940f82dcb7b811d2cfb557139509d5
treeae610dc4626c981119bcd2f5da148b72e4a35611
parent833b26660e556f096b75a1736a11eb3749ed71a0
libnl-tiny: fix receiving netlink messages larger than 4K

Apply libnl commit 807fddc4cd9ecb12ba64e1b7fa26d86b6c2f19b0 ("nl:
Increase receive buffer size to 4 pages") also to libnl-tiny to ensure
netlink messages larger than 4KiB can be received, as the restart logic
seems to be broken.

This fixes iwinfo accessing info on dual band b43 cards, as they can
support a lot of channels, breaking the 4K default limit (seen was >5k).

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43633
Makefile
src/nl.c