On 06/16/10 00:19, Paul Goyette wrote:
OK, so the following portion of axe_setmulti() is correct?
/* If we want promiscuous mode, set the allframes bit */
if (ifp->if_flags & IFF_PROMISC) {
rxmode |= AXE_RXCMD_PROMISC;
goto allmulti;
}
correct! -- FUKAUMI Naoki