Go to file
dyoung b307a01ecd Revamp ieee80211_get_rate. Now it does not use the rateset in the
ic->ic_bss, but it uses the rateset in its new ieee80211_node
argument, instead.  If the rate is fixed by ic->ic_fixed_rate, but
the fixed rate is not in the node's rateset, choose a reasonable
default: prefer the lowest basic rate or, if there is no basic
rate, prefer the lowest rate, period.

Change a printf complaint to a debug message.

Adapt drivers to suit new ieee80211_get_rate calling convention.

XXX I really need to replace ieee80211_get_rate with a bitrate
XXX adaptation algorithm.  Soon, soon....
2006-03-28 00:48:10 +00:00
bin correct coverity model. 2006-03-26 21:36:13 +00:00
common Enforce argument domain by assigning to a char variable and searching 2006-03-13 15:41:46 +00:00
crypto Remove references to KerberosIV. 2006-03-23 19:58:03 +00:00
dist Add changes to make the NetBSD iSCSI target compile and run on Solaris 9 2006-03-27 22:26:28 +00:00
distrib Fix typo, improve English; new sentence, new line. 2006-03-26 14:32:07 +00:00
doc List me as the maintainer of UUCP. 2006-03-26 15:11:57 +00:00
etc Document the defaultroute6 rc.conf variable and the /etc/mygate6 file in 2006-03-27 10:07:07 +00:00
games Add missing parens. 2006-03-22 15:24:52 +00:00
gnu Coverity CID 114: If we did not find any symbol table entries, return an 2006-03-26 23:00:35 +00:00
include PR/33124: Murray Armfield: readdir_r is missing a restrict qualifier. 2006-03-26 18:22:40 +00:00
lib Fix memory leak. 2006-03-27 01:09:11 +00:00
libexec Remove more references to kerberosIV. 2006-03-23 20:14:16 +00:00
regress Use /dev/MAKEDEV to create devices - instead of hardcoding i386 majors. 2006-03-26 20:27:52 +00:00
rescue
sbin Coverity CID 2763: Add more checks for value==NULL. 2006-03-26 23:12:48 +00:00
share The -Wno-packed switch is a gcc3+ thing, so place it where it won't 2006-03-27 11:50:08 +00:00
sys Revamp ieee80211_get_rate. Now it does not use the rateset in the 2006-03-28 00:48:10 +00:00
tools Twiddle configure/configure.ac to check/define/create machine/endian.h; this 2006-02-22 00:14:05 +00:00
usr.bin PR/33123: Murray Armfield: standards compliance & glob.h 2006-03-26 18:11:22 +00:00
usr.sbin PR/33123: Murray Armfield: standards compliance & glob.h 2006-03-26 18:11:22 +00:00
x11
build.sh Fix the iso-image action. These changes were accidentally omitted 2006-02-03 12:29:41 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile * Add an "iso-image" target in the top level Makefile, 2006-01-28 21:34:07 +00:00
Makefile.inc
UPDATING Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00