1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/sys/net80211
Sam Leffler c6303b231f Update to reflect correct usage:
o leave IEEE80211_RADIOTAP_HDRLEN for portability to other systems but
  correct comment about radiotap headers being padded to 64-bytes
  (hasn't been true for many years)
o remove reference to IEEE80211_RADIOTAP_FCS; it was never used, instead
  the flags are marked with IEEE80211_RADIOTAP_F_FCS to indicate whether
  or not FCS is present

Might be better to just remove IEEE80211_RADIOTAP_HDRLEN so drivers
don't bogusly pad.

MFC after:	2 weeks
2007-03-11 07:42:02 +00:00
..
_ieee80211.h add ieee80211_opmode_name array for mapping the opmode to a string 2007-03-07 04:35:07 +00:00
ieee80211_acl.c
ieee80211_amrr.c device-independent implementation of AMRR tx rate control algorithm 2006-11-26 19:55:26 +00:00
ieee80211_amrr.h device-independent implementation of AMRR tx rate control algorithm 2006-11-26 19:55:26 +00:00
ieee80211_crypto_ccmp.c
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c
ieee80211_crypto_wep.c
ieee80211_crypto.c white space diff reduction 2007-03-11 06:38:26 +00:00
ieee80211_crypto.h add IEEE80211_KEY_UNDEFINED and use it instead of local defs 2007-03-11 06:36:10 +00:00
ieee80211_freebsd.c Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq when 2007-01-08 18:23:43 +00:00
ieee80211_freebsd.h When dispatching frames saved on the power save queue to a 2007-03-07 04:42:22 +00:00
ieee80211_input.c change ieee80211_fix_rate to take a rate set instead of using 2007-03-11 07:22:21 +00:00
ieee80211_ioctl.c keep tx/rx seq #'s for non-QoS traffic separate from QoS; stations 2007-03-11 07:06:08 +00:00
ieee80211_ioctl.h More statistics fixups: 2006-08-10 06:04:00 +00:00
ieee80211_node.c change ieee80211_fix_rate to take a rate set instead of using 2007-03-11 07:22:21 +00:00
ieee80211_node.h keep tx/rx seq #'s for non-QoS traffic separate from QoS; stations 2007-03-11 07:06:08 +00:00
ieee80211_output.c keep tx/rx seq #'s for non-QoS traffic separate from QoS; stations 2007-03-11 07:06:08 +00:00
ieee80211_proto.c change ieee80211_fix_rate to take a rate set instead of using 2007-03-11 07:22:21 +00:00
ieee80211_proto.h change ieee80211_fix_rate to take a rate set instead of using 2007-03-11 07:22:21 +00:00
ieee80211_radiotap.h Update to reflect correct usage: 2007-03-11 07:42:02 +00:00
ieee80211_var.h expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MAC 2007-03-11 07:15:38 +00:00
ieee80211_xauth.c
ieee80211.c change ieee80211_mhz2ieee to use the PSB mapping when the frequency 2007-03-11 06:24:26 +00:00
ieee80211.h Fix packing on the country band descriptor. No real change since this 2006-12-01 18:40:51 +00:00