summaryrefslogtreecommitdiff
path: root/net/batman-adv/network-coding.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-05-19 05:27:09 +0400
committerDavid S. Miller <davem@davemloft.net>2014-05-19 05:27:09 +0400
commitb6052af61a9e0dee236bcf4c69843126c0d28e4f (patch)
tree40b7a1182bf2897641171d2f47cd5d9b0ff5cdf9 /net/batman-adv/network-coding.c
parent38ea4e6e4a21fb88104be2a666a7e88176150b00 (diff)
parent871d3d9fdf1c2fb58927080c8e96edccb1fee010 (diff)
downloadlinux-b6052af61a9e0dee236bcf4c69843126c0d28e4f.tar.xz
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Included changes: - fix codestyle to respect new checkpatch warnings - increase internal version number
Diffstat (limited to 'net/batman-adv/network-coding.c')
-rw-r--r--net/batman-adv/network-coding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/network-coding.c b/net/batman-adv/network-coding.c
index a9546fe541eb..40a2fc4bcf4c 100644
--- a/net/batman-adv/network-coding.c
+++ b/net/batman-adv/network-coding.c
@@ -86,6 +86,7 @@ static void batadv_nc_tvlv_container_update(struct batadv_priv *bat_priv)
void batadv_nc_status_update(struct net_device *net_dev)
{
struct batadv_priv *bat_priv = netdev_priv(net_dev);
+
batadv_nc_tvlv_container_update(bat_priv);
}