freebsd-dev/sys/net80211
Andre Oppermann 34333b16cd Retire MT_HEADER mbuf type and change its users to use MT_DATA.
Having an additional MT_HEADER mbuf type is superfluous and redundant
as nothing depends on it.  It only adds a layer of confusion.  The
distinction between header mbuf's and data mbuf's is solely done
through the m->m_flags M_PKTHDR flag.

Non-native code is not changed in this commit.  For compatibility
MT_HEADER is mapped to MT_DATA.

Sponsored by:	TCP/IP Optimization Fundraise 2005
2005-11-02 13:46:32 +00:00
..
_ieee80211.h Don't use ic_curmode to decide when to do 11g station accounting, 2005-08-10 17:42:13 +00:00
ieee80211_acl.c Extend acl support to pass ioctl requests through and use this to 2005-08-13 17:31:48 +00:00
ieee80211_crypto_ccmp.c
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c
ieee80211_crypto_wep.c
ieee80211_crypto.c
ieee80211_crypto.h
ieee80211_freebsd.c Retire MT_HEADER mbuf type and change its users to use MT_DATA. 2005-11-02 13:46:32 +00:00
ieee80211_freebsd.h
ieee80211_input.c Clarify/fix handling of the current channel: 2005-08-10 16:22:30 +00:00
ieee80211_ioctl.c Properly set ic_curchan before calling back to device driver to do channel 2005-08-30 14:27:47 +00:00
ieee80211_ioctl.h Extend acl support to pass ioctl requests through and use this to 2005-08-13 17:31:48 +00:00
ieee80211_node.c revert 1.64: we cannot use the channel characteristics to decide when to 2005-08-13 17:50:21 +00:00
ieee80211_node.h Clarify/fix handling of the current channel: 2005-08-10 16:22:30 +00:00
ieee80211_output.c Retire MT_HEADER mbuf type and change its users to use MT_DATA. 2005-11-02 13:46:32 +00:00
ieee80211_proto.c Clarify/fix handling of the current channel: 2005-08-10 16:22:30 +00:00
ieee80211_proto.h Extend acl support to pass ioctl requests through and use this to 2005-08-13 17:31:48 +00:00
ieee80211_radiotap.h
ieee80211_var.h Clarify/fix handling of the current channel: 2005-08-10 16:22:30 +00:00
ieee80211_xauth.c
ieee80211.c Clarify/fix handling of the current channel: 2005-08-10 16:22:30 +00:00
ieee80211.h