diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-02-08 11:08:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-02-08 11:08:57 +0000 |
commit | b446f1a72b19951eed072490294f1706b8d57e66 (patch) | |
tree | 7e515a08b4cd03ac6daa401b0497d7db55863ac7 /usr.sbin | |
parent | 2db005f5137ee07899a84b7817531729c145d056 (diff) |
From NetBSD:
sys/dev/ic/rtw.c rev 1.38:
Use clue from rtk(4) and re(4) to fix the rtw(4) packet
filter. Previously, I was using the wrong CRC32 function
to hash multicast addresses; to compensate, I set the
multicast filter to all 1s. Now that I hash the addresses
correctly, I do not any longer set the filter to all 1s.
In rtw_ioctl, avoid gratuitous re-initialization when the
interface flags change. If a !IFF_UP -> IFF_UP transition,
call rtw_init(); otherwise, only reload the packet filter.
sys/dev/ic/rtwreg.h rev 1.10:
Put useful combinations of Receiver Control Register flags
in RTW_RCR_PKTFILT_MASK, RTW_RCR_MONITOR, and
RTW_RCR_PKTFILT_DEFAULT. (XXX RTW_RCR_MONITOR should be
called RTW_RCR_PKTFILT_MONITOR.)
Diffstat (limited to 'usr.sbin')
0 files changed, 0 insertions, 0 deletions