]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: add broadcast link window set/get to nl api
authorRichard Alpe <richard.alpe@ericsson.com>
Wed, 6 May 2015 11:58:55 +0000 (13:58 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 May 2015 20:40:02 +0000 (16:40 -0400)
commitab5947d864f5bc89db0a662aae88db206b0cd0d5
tree61d37ad05026b8302cc2a286a4d9ce93ab641f82
parent359b581296c64f8b12b2116f5b21ed93f46f8933
tipc: add broadcast link window set/get to nl api

Add the ability to get or set the broadcast link window through the
new netlink API. The functionality was unintentionally missing from
the new netlink API. Adding this means that we also fix the breakage
in the old API when coming through the compat layer.

Fixes: 70e6e4538bce (tipc: convert legacy nl link prop set to nl compat)
Reported-by: Tomi Ollila <tomi.ollila@iki.fi>
Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/bcast.c
net/tipc/bcast.h
net/tipc/link.c