linux/drivers/net/netxen
Amit Kumar Salecha 4be353d516 netxen: fix inconsistent lock state
Spin lock rds_ring->lock is used in poll routine, so other users should
use spin_lock_bh(). While posting rx buffers from netxen_nic_attach,
rds_ring->lock is not required, so cleaning it instead of fixing it by
spin_lock_bh().

Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-19 00:28:16 -07:00
..
Makefile netxen: fix license header 2010-01-15 01:37:25 -08:00
netxen_nic_ctx.c netxen: fix for kdump 2010-07-14 17:55:35 -07:00
netxen_nic_ethtool.c netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags 2010-06-30 14:09:36 -07:00
netxen_nic_hdr.h netxen: remove unnecessary size checks 2010-05-12 23:02:30 -07:00
netxen_nic_hw.c netxen: fix caching window register 2010-06-15 18:15:27 -07:00
netxen_nic_hw.h netxen: fix license header 2010-01-15 01:37:25 -08:00
netxen_nic_init.c netxen: fix inconsistent lock state 2010-08-19 00:28:16 -07:00
netxen_nic_main.c netxen: protect tx timeout recovery by rtnl lock 2010-08-07 23:05:23 -07:00
netxen_nic.h netxen: handle queue manager access 2010-05-12 23:02:31 -07:00