|
@@ -280,7 +280,7 @@ static void rionet_outb_msg_event(struct rio_mport *mport, void *dev_id, int mbo
|
|
|
struct net_device *ndev = dev_id;
|
|
|
struct rionet_private *rnet = netdev_priv(ndev);
|
|
|
|
|
|
- spin_lock(&rnet->lock);
|
|
|
+ spin_lock(&rnet->tx_lock);
|
|
|
|
|
|
if (netif_msg_intr(rnet))
|
|
|
printk(KERN_INFO
|
|
@@ -299,7 +299,7 @@ static void rionet_outb_msg_event(struct rio_mport *mport, void *dev_id, int mbo
|
|
|
if (rnet->tx_cnt < RIONET_TX_RING_SIZE)
|
|
|
netif_wake_queue(ndev);
|
|
|
|
|
|
- spin_unlock(&rnet->lock);
|
|
|
+ spin_unlock(&rnet->tx_lock);
|
|
|
}
|
|
|
|
|
|
static int rionet_open(struct net_device *ndev)
|