NetBSD/sys/net80211
dsl e21a34c25e Add some pre-processor magic to verify that the type of the data item
passed to sysctl_createv() actually matches the declared type for
  the item itself.
In the places where the caller specifies a function and a structure
  address (typically the 'softc') an explicit (void *) cast is now needed.
Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c
  sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting
  AcpiGbl_EnableAmlDebugObject.
(mostly passing the address of a uint64_t when typed as CTLTYPE_INT).
I've test built quite a few kernels, but there may be some unfixed MD
  fallout. Most likely passing &char[] to char *.
Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet.
2012-06-02 21:36:41 +00:00
..
_ieee80211.h Introduce ieee80211_setbasicrates(). 2009-01-10 12:53:45 +00:00
CHANGES
files.net80211
ieee80211_acl.c Change i_len in ieee80211req to be unsigned and fix other signed/unsigned 2011-06-12 00:07:19 +00:00
ieee80211_amrr.c
ieee80211_amrr.h
ieee80211_crypto_ccmp.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c make michael_mic() robust against degenerate mbuf layouts like 2011-04-03 10:04:32 +00:00
ieee80211_crypto_wep.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ieee80211_crypto.c -remove references to crypto/arc4/arc4.* -- the code isn't used 2011-05-23 15:37:35 +00:00
ieee80211_crypto.h remove extra semicolons. 2009-01-03 03:43:21 +00:00
ieee80211_input.c - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +00:00
ieee80211_ioctl.c - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +00:00
ieee80211_ioctl.h Change i_len in ieee80211req to be unsigned and fix other signed/unsigned 2011-06-12 00:07:19 +00:00
ieee80211_netbsd.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
ieee80211_netbsd.h - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +00:00
ieee80211_node.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
ieee80211_node.h Use atomic_ops(3) to increase/decrease node reference counts, just 2011-10-07 16:51:45 +00:00
ieee80211_output.c - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +00:00
ieee80211_proto.c
ieee80211_proto.h add ieee80211_get_rts and ieee80211_get_cts_to_self from openbsd, ok dyoung@ 2011-02-21 23:50:08 +00:00
ieee80211_radiotap.h Remove duplicate definitions which break the build. 2011-02-25 10:45:57 +00:00
ieee80211_rssadapt.c Drop 3rd and 4th clauses from David Young's license. 2009-10-19 23:19:37 +00:00
ieee80211_rssadapt.h Drop 3rd and 4th clauses from David Young's license. 2009-10-19 23:19:37 +00:00
ieee80211_sysctl.h Drop 3rd and 4th clauses from David Young's license. 2009-10-19 23:19:37 +00:00
ieee80211_var.h Forward declare struct bpf_if and use that as the type for bpf_if 2010-01-17 19:45:06 +00:00
ieee80211_xauth.c
ieee80211.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
ieee80211.h From: Anon Ymous 2010-11-03 20:05:21 +00:00
Makefile