From: Matt Carlson Date: Wed, 6 Oct 2010 20:40:58 +0000 (-0700) Subject: [PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devs X-Git-Tag: v2.6.37-rc1~147^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85407885d5d8e9eed9be8e4d33c519646b90d09f;p=pandora-kernel.git [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-diff-tree failed