libnl-tiny: fix receiving netlink messages larger than 4K
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Dec 2014 19:35:48 +0000 (19:35 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Dec 2014 19:35:48 +0000 (19:35 +0000)
commit5361994348b5c42b14e1d3643acbdca14fdf0c9f
tree3190147542c87ce1807423d7604c20b6f8b27132
parent0b7d3cce918425022ddf5369510c8da6583fbf5a
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43633 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/libs/libnl-tiny/Makefile
package/libs/libnl-tiny/src/nl.c