Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
This commit is contained in:
commit
9c119ba54c
23 changed files with 292 additions and 280 deletions
|
@ -1995,7 +1995,7 @@ static void netxen_tx_timeout_task(struct work_struct *work)
|
|||
netif_wake_queue(adapter->netdev);
|
||||
|
||||
clear_bit(__NX_RESETTING, &adapter->state);
|
||||
|
||||
return;
|
||||
} else {
|
||||
clear_bit(__NX_RESETTING, &adapter->state);
|
||||
if (!netxen_nic_reset_context(adapter)) {
|
||||
|
@ -2323,7 +2323,9 @@ netxen_detach_work(struct work_struct *work)
|
|||
|
||||
netxen_nic_down(adapter, netdev);
|
||||
|
||||
rtnl_lock();
|
||||
netxen_nic_detach(adapter);
|
||||
rtnl_unlock();
|
||||
|
||||
status = NXRD32(adapter, NETXEN_PEG_HALT_STATUS1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue