dect
/
libdect
Archived
13
0
Fork 0

netlink: increase buffer size for capabity dumps

With lots of capabilities the output gets truncated.

Signed-off-by; Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-08-04 20:59:17 +02:00
parent 0e2e31e0c4
commit 4f9a40beb9
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ EXPORT_SYMBOL(dect_llme_fp_capabilities);
static void dect_fp_capabilities_dump(struct dect_fp_capabilities *fpc)
{
char buf1[256], buf2[256], buf3[256];
char buf1[512], buf2[512], buf3[512];
nl_dect_llme_fpc2str(fpc->fpc, buf1, sizeof(buf1));
nl_dect_llme_efpc2str(fpc->efpc, buf2, sizeof(buf2));