From: Shahed Shaikh Date: Tue, 6 May 2014 07:46:49 +0000 (-0400) Subject: qlcnic: Set real_num_{tx|rx}_queues properly X-Git-Tag: omap-for-v3.16/fixes-against-rc1~146^2~58^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84d7ad2c3b8a80888d9a483388ccbd5e5f07438f;p=pandora-kernel.git qlcnic: Set real_num_{tx|rx}_queues properly Do not set netdev->real_num_tx_queues directly, let netif_set_real_num_tx_queues() take care of it. Do not overwrite netdev->num_tx_queues everytime when driver changes its Tx ring size through ethtool -L and also notify stack to update number of Rx queues. Signed-off-by: Shahed Shaikh Signed-off-by: David S. Miller --- Reading git-diff-tree failed