Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 12/05/2005 09:24:54
Module Name: src
Committed By: skrll
Date: Mon Dec 5 09:24:54 UTC 2005
Modified Files:
src/sys/dev/pci: if_iwi.c
Log Message:
Finally (I hope) fix iwi_ioctl:
- handle SIOCADDMULTI/SIOCDELMULTI properly, i.e. no need to reset
anything as we don't do multicast filters (yet)
- restructure some code and use an IS_RUNNING macro
Fix iwi_init to set if_flags before the net80211 state machine is kicked
and init to IEEE80211_S_INIT.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/pci/if_iwi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.