Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255604
b: refs/heads/master
c: db69ecf
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann committed Jun 20, 2011
1 parent 5208601 commit d667f58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8e2dd135c3d8b06a4bc6d52b69317bdcccf4605
refs/heads/master: db69ecfcb0d4df4d6449172186a8dd20836275ed
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/soft-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ static int interface_change_mtu(struct net_device *dev, int new_mtu)
return 0;
}

int interface_tx(struct sk_buff *skb, struct net_device *soft_iface)
static int interface_tx(struct sk_buff *skb, struct net_device *soft_iface)
{
struct ethhdr *ethhdr = (struct ethhdr *)skb->data;
struct bat_priv *bat_priv = netdev_priv(soft_iface);
Expand Down
1 change: 0 additions & 1 deletion trunk/net/batman-adv/soft-interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
int my_skb_head_push(struct sk_buff *skb, unsigned int len);
int softif_neigh_seq_print_text(struct seq_file *seq, void *offset);
void softif_neigh_purge(struct bat_priv *bat_priv);
int interface_tx(struct sk_buff *skb, struct net_device *soft_iface);
void interface_rx(struct net_device *soft_iface,
struct sk_buff *skb, struct hard_iface *recv_if,
int hdr_size);
Expand Down

0 comments on commit d667f58

Please sign in to comment.