|
@@ -2244,10 +2244,6 @@ static netdev_tx_t atl1c_xmit_frame(struct sk_buff *skb,
|
|
dev_info(&adapter->pdev->dev, "tx locked\n");
|
|
dev_info(&adapter->pdev->dev, "tx locked\n");
|
|
return NETDEV_TX_LOCKED;
|
|
return NETDEV_TX_LOCKED;
|
|
}
|
|
}
|
|
- if (skb->mark == 0x01)
|
|
|
|
- type = atl1c_trans_high;
|
|
|
|
- else
|
|
|
|
- type = atl1c_trans_normal;
|
|
|
|
|
|
|
|
if (atl1c_tpd_avail(adapter, type) < tpd_req) {
|
|
if (atl1c_tpd_avail(adapter, type) < tpd_req) {
|
|
/* no enough descriptor, just stop queue */
|
|
/* no enough descriptor, just stop queue */
|