Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255311
b: refs/heads/master
c: 44e92bc
h: refs/heads/master
i:
  255309: fc28f86
  255307: bf1dcca
  255303: 71e1417
  255295: 21a91ee
v: v3
  • Loading branch information
Antonio Quartulli authored and Sven Eckelmann committed May 30, 2011
1 parent e080780 commit a2d296c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0bb857511b6a1572ad15dfd7f23d79587d7e2781
refs/heads/master: 44e92bc8d6366ebe477cab23199b9f50328d326a
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/routing.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ void receive_bat_packet(const struct ethhdr *ethhdr,
hard_iface->net_dev->dev_addr))
is_my_oldorig = 1;

if (compare_eth(ethhdr->h_source, broadcast_addr))
if (is_broadcast_ether_addr(ethhdr->h_source))
is_broadcast = 1;
}
rcu_read_unlock();
Expand Down

0 comments on commit a2d296c

Please sign in to comment.