Skip to content

Commit

Permalink
NetXen: Fix NetXen driver ping on system-p
Browse files Browse the repository at this point in the history
NetXen: Fix for driver on System-p
This patch will fix a ping issue on system-p

Signed-off by: Milan Bag <mbag@netxen.com>
Signed-off by: Adhiraj Joshi <adhiraj@netxen.com>
Signed-by: Mithlesh Thukral <mithlesh@netxen.com>

Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Mithlesh Thukral authored and Jeff Garzik committed May 18, 2007
1 parent 9873940 commit 4a79a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/netxen/netxen_nic_init.c
Expand Up @@ -1216,7 +1216,7 @@ u32 netxen_process_rcv_ring(struct netxen_adapter *adapter, int ctxid, int max)
/* Window = 1 */
writel(consumer,
NETXEN_CRB_NORMALIZE(adapter,
recv_crb_registers[ctxid].
recv_crb_registers[adapter->portnum].
crb_rcv_status_consumer));
}

Expand Down

0 comments on commit 4a79a04

Please sign in to comment.