diff options
author | David S. Miller <davem@davemloft.net> | 2013-08-10 15:38:59 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-10 15:38:59 -0700 |
commit | e5ac5da8072104bed1749ffe64f2517f40416117 (patch) | |
tree | 8680a5c88722b37908af8cff749507bda71942fa /net/batman-adv/gateway_client.h | |
parent | 4209423c29a593f8a1fe1c3337d9ad7d52a1caa9 (diff) | |
parent | 9d2c9488cedb666bc8206fbdcdc1575e0fbc5929 (diff) |
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
Included change:
- reassign pointers to data after skb reallocation to avoid kernel paging errors
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/batman-adv/gateway_client.h')
-rw-r--r-- | net/batman-adv/gateway_client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/batman-adv/gateway_client.h b/net/batman-adv/gateway_client.h index 039902dca4a6..1037d75da51f 100644 --- a/net/batman-adv/gateway_client.h +++ b/net/batman-adv/gateway_client.h @@ -34,7 +34,6 @@ void batadv_gw_node_delete(struct batadv_priv *bat_priv, void batadv_gw_node_purge(struct batadv_priv *bat_priv); int batadv_gw_client_seq_print_text(struct seq_file *seq, void *offset); bool batadv_gw_is_dhcp_target(struct sk_buff *skb, unsigned int *header_len); -bool batadv_gw_out_of_range(struct batadv_priv *bat_priv, - struct sk_buff *skb, struct ethhdr *ethhdr); +bool batadv_gw_out_of_range(struct batadv_priv *bat_priv, struct sk_buff *skb); #endif /* _NET_BATMAN_ADV_GATEWAY_CLIENT_H_ */ |