CPA: Fix a typo that managed to sneak in.
authorAli Saidi <saidi@eecs.umich.edu>
Thu, 26 Mar 2009 00:06:54 +0000 (20:06 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Thu, 26 Mar 2009 00:06:54 +0000 (20:06 -0400)
src/dev/i8254xGBe.hh

index 0422abc332c01c602f39bbfb8de8e2b19868c736..308cfabde8af1d642b3aae86abb0acedf48ee153 100644 (file)
@@ -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) {