Skip to content
Snippets Groups Projects
Commit e983ee54 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

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: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 43633
parent b7b52ce7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment