[mac] rename mRxWhitelistFiltered to mRxAddressFiltered (#2263)

This commit is contained in:
rongli
2017-10-14 00:33:23 +08:00
committed by Jonathan Hui
parent 54fa0f1836
commit b1baa7da52
9 changed files with 17 additions and 31 deletions
+1 -1
View File
@@ -688,7 +688,7 @@ void Interpreter::ProcessCounters(int argc, char *argv[])
mServer->OutputFormat(" RxBeacon: %d\r\n", counters->mRxBeacon);
mServer->OutputFormat(" RxBeaconRequest: %d\r\n", counters->mRxBeaconRequest);
mServer->OutputFormat(" RxOther: %d\r\n", counters->mRxOther);
mServer->OutputFormat(" RxWhitelistFiltered: %d\r\n", counters->mRxWhitelistFiltered);
mServer->OutputFormat(" RxAddressFiltered: %d\r\n", counters->mRxAddressFiltered);
mServer->OutputFormat(" RxDestAddrFiltered: %d\r\n", counters->mRxDestAddrFiltered);
mServer->OutputFormat(" RxDuplicated: %d\r\n", counters->mRxDuplicated);
mServer->OutputFormat(" RxErrNoFrame: %d\r\n", counters->mRxErrNoFrame);