Skip to content

Commit

Permalink
e1000e: cleanup - remove inapplicable comment
Browse files Browse the repository at this point in the history
Early Receive has been disabled in the driver so this comment is no longer
applicable.

Signed-off-by: Bruce Allan <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
  • Loading branch information
bwallan authored and Jeff Kirsher committed Aug 31, 2012
1 parent 06a402e commit 419e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3446,7 +3446,7 @@ void e1000e_reset(struct e1000_adapter *adapter)

/*
* if short on Rx space, Rx wins and must trump Tx
* adjustment or use Early Receive if available
* adjustment
*/
if (pba < min_rx_space)
pba = min_rx_space;
Expand Down

0 comments on commit 419e551

Please sign in to comment.