Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267634
b: refs/heads/master
c: bc8585f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 194d6a0 commit 84615ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: bf04415e63e2c733fa00756c099dacc66dd69b6c
refs/heads/master: bc8585fc063da29aae17351f7f63c9419b4daaad
5 changes: 0 additions & 5 deletions trunk/drivers/staging/et131x/et131x_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ int et131x_set_mac_addr(struct net_device *netdev, void *new_mac)

/* Set the new MAC */
/* netdev->set_mac_address = &new_mac; */
/* netdev->mtu = new_mtu; */

memcpy(netdev->dev_addr, address->sa_data, netdev->addr_len);

Expand All @@ -603,10 +602,6 @@ int et131x_set_mac_addr(struct net_device *netdev, void *new_mac)
/* Free Rx DMA memory */
et131x_adapter_memory_free(adapter);

/* Set the config parameter for Jumbo Packet support */
/* adapter->registry_jumbo_packet = new_mtu + 14; */
/* blux: not needet here, we'll change the MAC */

et131x_soft_reset(adapter);

/* Alloc and init Rx DMA memory */
Expand Down

0 comments on commit 84615ad

Please sign in to comment.