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)
commite983ee54fd56379d8dcf19ec6dddad41c2784825
tree8d051e3370ef2278e77f228882af22f9e953fa2f
parentb7b52ce7def719a6296b32b92f2e0d2d0d950672
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
package/libs/libnl-tiny/Makefile
package/libs/libnl-tiny/src/nl.c