Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290465
b: refs/heads/master
c: 6ac8f06
h: refs/heads/master
i:
  290463: 75135df
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 24, 2012
1 parent 6134e1c commit 93d8427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 517cd81c0a5b5d8fa4887490ba5cd7c64e7b5e00
refs/heads/master: 6ac8f069776c4e678448dabdd9bb2dd25dea3186
8 changes: 1 addition & 7 deletions trunk/drivers/net/usb/kaweth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,13 +1098,7 @@ static int kaweth_probe(
dev_info(&intf->dev, "Statistics collection: %x\n", kaweth->configuration.statistics_mask);
dev_info(&intf->dev, "Multicast filter limit: %x\n", kaweth->configuration.max_multicast_filters & ((1 << 15) - 1));
dev_info(&intf->dev, "MTU: %d\n", le16_to_cpu(kaweth->configuration.segment_size));
dev_info(&intf->dev, "Read MAC address %2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x\n",
(int)kaweth->configuration.hw_addr[0],
(int)kaweth->configuration.hw_addr[1],
(int)kaweth->configuration.hw_addr[2],
(int)kaweth->configuration.hw_addr[3],
(int)kaweth->configuration.hw_addr[4],
(int)kaweth->configuration.hw_addr[5]);
dev_info(&intf->dev, "Read MAC address %pM\n", kaweth->configuration.hw_addr);

if(!memcmp(&kaweth->configuration.hw_addr,
&bcast_addr,
Expand Down

0 comments on commit 93d8427

Please sign in to comment.