aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tehuti.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tehuti.c')
-rw-r--r--drivers/net/tehuti.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/tehuti.c b/drivers/net/tehuti.c
index 3c2679cd196b..918d4c9e49b3 100644
--- a/drivers/net/tehuti.c
+++ b/drivers/net/tehuti.c
@@ -1622,7 +1622,8 @@ static inline int bdx_tx_space(struct bdx_priv *priv)
1622 * the driver. Note: the driver must NOT put the skb in its DMA ring. 1622 * the driver. Note: the driver must NOT put the skb in its DMA ring.
1623 * o NETDEV_TX_LOCKED Locking failed, please retry quickly. 1623 * o NETDEV_TX_LOCKED Locking failed, please retry quickly.
1624 */ 1624 */
1625static int bdx_tx_transmit(struct sk_buff *skb, struct net_device *ndev) 1625static netdev_tx_t bdx_tx_transmit(struct sk_buff *skb,
1626 struct net_device *ndev)
1626{ 1627{
1627 struct bdx_priv *priv = netdev_priv(ndev); 1628 struct bdx_priv *priv = netdev_priv(ndev);
1628 struct txd_fifo *f = &priv->txd_fifo0; 1629 struct txd_fifo *f = &priv->txd_fifo0;