From 85407885d5d8e9eed9be8e4d33c519646b90d09f Mon Sep 17 00:00:00 2001 From: Matt Carlson Date: Wed, 6 Oct 2010 13:40:58 -0700 Subject: [PATCH] [PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devs Commit 2ddaad397c47de012dfb956b0c05540da1a0dde5 entitled "tg3: Use netif_set_real_num_{rx,tx}_queues()" added a new call to netif_set_real_num_rx_queues in tg3_enable_msix(). This call also needs to be added to the legacy path to correctly reflect the actual number of rx queues. Signed-off-by: Matt Carlson Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-format-patch failed