From 639cb0a42d953ee32bc7e96b0cdfa96cd40e9fc1 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Wed, 25 Mar 2009 20:06:54 -0400 Subject: CPA: Fix a typo that managed to sneak in. --- src/dev/i8254xGBe.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dev') diff --git a/src/dev/i8254xGBe.hh b/src/dev/i8254xGBe.hh index 0422abc33..308cfabde 100644 --- a/src/dev/i8254xGBe.hh +++ b/src/dev/i8254xGBe.hh @@ -195,7 +195,7 @@ class IGbE : public EtherDevice } void anRq(std::string sm, std::string q, int num = 1) { - cpa->hwPq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num); + cpa->hwRq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num); } void anWe(std::string sm, std::string q) { -- cgit v1.2.3