diff options
author | David S. Miller <davem@davemloft.net> | 2008-06-20 01:00:04 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-20 01:00:04 +0200 |
commit | 0344f1c66b544609e867bd24aa7bfa789dfa9830 (patch) | |
tree | 7f76abc095a90f7ad475417495d3d4f577080ae1 /drivers/net/atlx | |
parent | netdevice: Fix promiscuity and allmulti overflow (diff) | |
parent | mac80211: detect driver tx bugs (diff) | |
download | linux-0344f1c66b544609e867bd24aa7bfa789dfa9830.tar.xz linux-0344f1c66b544609e867bd24aa7bfa789dfa9830.zip |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
net/mac80211/tx.c
Diffstat (limited to 'drivers/net/atlx')
-rw-r--r-- | drivers/net/atlx/atl1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index 919ffb9bfa4e..3e22e7817bc3 100644 --- a/drivers/net/atlx/atl1.c +++ b/drivers/net/atlx/atl1.c @@ -471,7 +471,6 @@ static int atl1_get_permanent_address(struct atl1_hw *hw) memcpy(hw->perm_mac_addr, eth_addr, ETH_ALEN); return 0; } - return 1; } /* see if SPI FLAGS exist ? */ |