From: Ben Hutchings Date: Sat, 19 Jul 2008 00:50:57 +0000 (-0700) Subject: e1000: resolve tx multiqueue bug X-Git-Tag: v2.6.27-rc1~969^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076152d534c6d99ccfe59190d085781a2d4a419b;p=pandora-kernel.git e1000: resolve tx multiqueue bug With the recent changes to tx mutiqueue, e1000 was not calling netif_start_queue() before calling netif_wake_queue(). This causes an oops during loading of the driver. (Based on commit d55b53fff0c2ddb639dca04c3f5a0854f292d982 ("igb/ixgbe/e1000e: resolve tx multiqueue bug").) Signed-off-by: Ben Hutchings Acked-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed