فهرست منبع

[PATCH] bcm43xx: set trans_start on TX to prevent bogus timeouts

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Michael Buesch 19 سال پیش
والد
کامیت
b79367a5ea
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      drivers/net/wireless/bcm43xx/bcm43xx_main.c

+ 1 - 0
drivers/net/wireless/bcm43xx/bcm43xx_main.c

@@ -3522,6 +3522,7 @@ static inline int bcm43xx_tx(struct bcm43xx_private *bcm,
 		err = bcm43xx_pio_tx(bcm, txb);
 		err = bcm43xx_pio_tx(bcm, txb);
 	else
 	else
 		err = bcm43xx_dma_tx(bcm, txb);
 		err = bcm43xx_dma_tx(bcm, txb);
+	bcm->net_dev->trans_start = jiffies;
 
 
 	return err;
 	return err;
 }
 }