Re: [PATCH] pch_gbe: Remove tx_queue_len setting from the driver

2013-11-27 Thread David Miller
When submitting a series of patches to the same files, you must number them so that the order in which the patches need to be applied is explicit. Please read Documentation/SubmittingPatches in the kernel sources. Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kern

[PATCH] pch_gbe: Remove tx_queue_len setting from the driver

2013-11-27 Thread Ondrej Puzman
The driver should not touch netdev tx_queue_len when changing link speed. Signed-off-by: Ondrej Puzman --- drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h|2 -- .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c |5 - 2 files changed, 0 insertions(+), 7 deletions(-) diff --git a