NetBSD/sys/net80211
cegger 09b32df7ac Introduce ieee80211_setbasicrates().
Use it to set speed in ieee80211_ifattach().
Export new ieee80211_std_rateset_11{a,b,g}.

From OpenBSD.
2009-01-10 12:53:45 +00:00
..
CHANGES Update for recent changes and after tweaking the command to generate 2005-11-23 20:29:08 +00:00
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
_ieee80211.h Introduce ieee80211_setbasicrates(). 2009-01-10 12:53:45 +00:00
files.net80211 Move AMRR code out of wpi(4) and ural(4) into net80211 itself. 2006-10-31 21:53:41 +00:00
ieee80211.c Introduce ieee80211_setbasicrates(). 2009-01-10 12:53:45 +00:00
ieee80211.h Fix typo: IEEE80211_DUR_DIFS -> IEEE80211_DUR_DS_DIFS. 2008-11-06 03:28:59 +00:00
ieee80211_acl.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ieee80211_amrr.c use __KERNEL_RCSID() 2007-12-11 12:40:10 +00:00
ieee80211_amrr.h Move AMRR code out of wpi(4) and ural(4) into net80211 itself. 2006-10-31 21:53:41 +00:00
ieee80211_crypto.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
ieee80211_crypto.h remove extra semicolons. 2009-01-03 03:43:21 +00:00
ieee80211_crypto_ccmp.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ieee80211_crypto_none.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
ieee80211_crypto_tkip.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ieee80211_crypto_wep.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ieee80211_input.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ieee80211_ioctl.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ieee80211_ioctl.h - trailing commas in enums 2008-07-28 17:54:02 +00:00
ieee80211_netbsd.c Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
ieee80211_netbsd.h move TAILQ_FOREACH_SAFE -> sys/queue.h 2008-06-15 16:42:18 +00:00
ieee80211_node.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
ieee80211_node.h Use #ifdef _KERNEL to keep kernel-only definitions out of userland. 2007-12-22 00:51:07 +00:00
ieee80211_output.c Note a defect in 802.11 Duration field calculations. 2008-06-19 23:13:10 +00:00
ieee80211_proto.c Fix ieee80211_node leak 2008-01-13 13:01:12 +00:00
ieee80211_proto.h - trailing commas in enums 2008-07-28 17:54:02 +00:00
ieee80211_radiotap.h Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
ieee80211_rssadapt.c Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
ieee80211_rssadapt.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:21:38 +00:00
ieee80211_sysctl.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ieee80211_var.h Doh! What should have happened happens ... 2008-12-11 06:04:01 +00:00
ieee80211_xauth.c Register authenticators for 802.1x, WPA. 2006-02-27 01:08:28 +00:00