Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74216
b: refs/heads/master
c: 8c92e6b
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and Herbert Xu committed Nov 22, 2007
1 parent 441e0e0 commit 7b1faac
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: d535a916cdb1620d936a0a6197194c458854bd71
refs/heads/master: 8c92e6b0bf48a1735ddc61ebb08a0bb77c6bfa23
2 changes: 1 addition & 1 deletion trunk/net/irda/irlan/irlan_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,14 @@ void irlan_eth_flow_indication(void *instance, void *sap, LOCAL_FLOW flow)
*/
void irlan_eth_send_gratuitous_arp(struct net_device *dev)
{
#ifdef CONFIG_INET
struct in_device *in_dev;

/*
* When we get a new MAC address do a gratuitous ARP. This
* is useful if we have changed access points on the same
* subnet.
*/
#ifdef CONFIG_INET
IRDA_DEBUG(4, "IrLAN: Sending gratuitous ARP\n");
rcu_read_lock();
in_dev = __in_dev_get_rcu(dev);
Expand Down

0 comments on commit 7b1faac

Please sign in to comment.