diff options
Diffstat (limited to 'net/batman-adv/unicast.c')
-rw-r--r-- | net/batman-adv/unicast.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/batman-adv/unicast.c b/net/batman-adv/unicast.c index c0d318b587ee..c9a1f6523c36 100644 --- a/net/batman-adv/unicast.c +++ b/net/batman-adv/unicast.c | |||
@@ -347,10 +347,10 @@ static bool batadv_unicast_prepare_skb(struct sk_buff *skb, | |||
347 | * | 347 | * |
348 | * Returns false if the payload could not be encapsulated or true otherwise | 348 | * Returns false if the payload could not be encapsulated or true otherwise |
349 | */ | 349 | */ |
350 | static bool batadv_unicast_4addr_prepare_skb(struct batadv_priv *bat_priv, | 350 | bool batadv_unicast_4addr_prepare_skb(struct batadv_priv *bat_priv, |
351 | struct sk_buff *skb, | 351 | struct sk_buff *skb, |
352 | struct batadv_orig_node *orig, | 352 | struct batadv_orig_node *orig, |
353 | int packet_subtype) | 353 | int packet_subtype) |
354 | { | 354 | { |
355 | struct batadv_hard_iface *primary_if; | 355 | struct batadv_hard_iface *primary_if; |
356 | struct batadv_unicast_4addr_packet *unicast_4addr_packet; | 356 | struct batadv_unicast_4addr_packet *unicast_4addr_packet; |