CPA: Fix a typo that managed to sneak in.
This commit is contained in:
parent
a102f84540
commit
639cb0a42d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue