Go to file
dyoung 1aeb04f480 Clear IEEE80211_F_DROPUNENC in ic_flags in operating states where
the NIC decryptes & decapsulates WEP frames before passing them to
the host.  "Remember" the state of IEEE80211_F_DROPUNENC in
sc_ic_flags, though, and try our best to honor it as we setup the
hardware state.

This is the second patch of this kind.  The previous patch was
badly broken because wi_mend_flags was basing its decision to clear
IEEE80211_F_DROPUNENC based on the operating state we were
transitioning FROM instead of the state we were transitioning TO.

This fixes a bug that Simon Burge reported, where dhclient wi0
would not get a lease unless and until you ran 'ifconfig wi0'
concurrently (which would frob the IEEE80211_F_DROPUNENC bit in
the right way).  This patch was tested by Simon with his Toshiba
Lucent-clone.
2005-07-14 00:28:51 +00:00
bin make setsig() return sig_t 2005-07-11 02:37:31 +00:00
crypto Add safety checks for informational messages 2005-07-12 21:33:01 +00:00
dist Apply fixes so that this builds with WARNS=3. 2005-07-13 15:25:29 +00:00
distrib Mark /usr/include/dev/ieee1394/fwiso_ioctl.h as obsolete (not installed 2005-07-12 11:40:29 +00:00
doc add me for: audioplay, audiorecord, gzip, XFree86, emulation and netbsd32. 2005-07-12 23:09:39 +00:00
etc ieee1394 import from FreeBSD. 2005-07-11 15:29:05 +00:00
games Quote macro. 2005-07-05 08:48:47 +00:00
gnu In the workaround for vax, we need to also specify that stdbool.h is 2005-07-05 21:52:13 +00:00
include The source array of lsearch() shouldn't be "const". 2005-07-06 15:47:15 +00:00
lib Remove superfluous Pp, sort sections. 2005-07-12 08:28:42 +00:00
libexec sprinkle little const. 2005-06-26 20:47:08 +00:00
regress appease gcc -Wuninitialized 2005-06-02 11:10:00 +00:00
rescue add scan_ffs and veriexecctl to /rescue 2005-06-18 06:59:23 +00:00
sbin Add const to a duplicate declaration of sd_state(). 2005-07-05 22:21:38 +00:00
share Point to PCI_*_FIXUP instead of PCIBIOS_*_FIXUP. 2005-07-13 14:28:12 +00:00
sys Clear IEEE80211_F_DROPUNENC in ic_flags in operating states where 2005-07-14 00:28:51 +00:00
tools Fix the toolification of disklabel by using the nbinclude namespace 2005-06-22 21:35:28 +00:00
usr.bin play.c: allow empty files to exit gracefully rather than with an error 2005-07-13 10:57:11 +00:00
usr.sbin Sync usage with man page. Use getprogname(). 2005-07-12 09:10:18 +00:00
x11 Let X -configure default to the 'kbd' driver only on sparc64 and macppc 2005-07-13 02:04:01 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile use usr.sbin/postinstall/postinstall instead of etc/postinstall 2005-04-17 15:18:34 +00:00
Makefile.inc
UPDATING It's genassym(1) not genassym(8), and it's in /usr/bin not /usr/sbin. 2005-07-01 09:55:37 +00:00
build.sh Remove support for build.sh -m xen, this has been merged in the i386 2005-05-29 10:54:40 +00:00