diff options
author | Nishanth Aravamudan <nacc@us.ibm.com> | 2010-10-27 19:06:30 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-28 17:27:02 (GMT) |
commit | 69dcfc8aad24fa95ae0a0ad1405cf6847e3ec14a (patch) | |
tree | 01e2ccc4f6e2cdc440262cd245ea79af2210efaa /drivers/net/bna/Makefile | |
parent | b7126d8c70a1d4656f1c351de8528df22dfd2d46 (diff) | |
download | linux-69dcfc8aad24fa95ae0a0ad1405cf6847e3ec14a.tar.xz |
cxgb3: fix crash due to manipulating queues before registration
Along the same lines as "cxgb4: fix crash due to manipulating queues
before registration" (8f6d9f40476895571df039b6f1f5230ec7faebad), before
commit "net: allocate tx queues in register_netdevice"
netif_tx_stop_all_queues and related functions could be used between
device allocation and registration but now only after registration.
cxgb4 has such a call before registration and crashes now. Move it
after register_netdev.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Cc: eric.dumazet@gmail.com
Cc: sonnyrao@us.ibm.com
Cc: Divy Le Ray <divy@chelsio.com>
Cc: Dimitris Michailidis <dm@chelsio.com>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Tested-by: Nishanth Aravamudan <nacc@us.ibm.com>
Acked-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bna/Makefile')
0 files changed, 0 insertions, 0 deletions