diff options
Diffstat (limited to 'cpu/ixp/npe/include/IxEthDB.h')
-rw-r--r-- | cpu/ixp/npe/include/IxEthDB.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ixp/npe/include/IxEthDB.h b/cpu/ixp/npe/include/IxEthDB.h index 1189c9a..43ee802 100644 --- a/cpu/ixp/npe/include/IxEthDB.h +++ b/cpu/ixp/npe/include/IxEthDB.h @@ -799,10 +799,10 @@ IxEthDBStatus ixEthDBFilteringDatabaseShowRecords(IxEthDBPortId portID, IxEthDBR * @verbatim IxEthDBPortMap portMap; - // clear all ports from port map + /* clear all ports from port map */ memset(portMap, 0, sizeof (portMap)); - // include portID in port map + /* include portID in port map */ portMap[portID / 8] = 1 << (portID % 8); @endverbatim * |