]> git.baikalelectronics.ru Git - kernel.git/commit
qlcnic: Fix usage of netif_tx_{wake, stop} api during link change.
authorHimanshu Madhani <himanshu.madhani@qlogic.com>
Mon, 16 Dec 2013 20:36:56 +0000 (15:36 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 21:24:49 +0000 (16:24 -0500)
commitf620b3f746fa8b169f4932f524413c377fda0175
tree3022c02b42d9d5e1b8ebae4b8b3a3ec53949d906
parentd803bb60a7902f37f29c91b18f908af47e3805a8
qlcnic: Fix usage of netif_tx_{wake, stop} api during link change.

o Driver was using netif_tx_{stop,wake}_all_queues() api
  during link change event. Remove these api calls to
  manage queue start/stop event, as core networking stack
  will manage this based on netif_carrier_{on,off} call.
  These API's were modified as part of commit id
  0e02b9a5cc907283647e28161819d60e592be32e ("qlcnic: Multi Tx
  queue support for 82xx Series adapter.")

Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c