NetBSD/sys/net80211
yamt b471b82f34 ieee80211_input.c: Fix a few debug messages 2022-11-19 07:57:51 +00:00
..
CHANGES fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ 2021-09-03 21:54:58 +00:00
Makefile
_ieee80211.h Additional channel flags. 2022-03-14 07:05:31 +00:00
files.net80211
ieee80211.c fix some more typos in comments/log messages, improve wording as well. 2021-08-21 11:55:24 +00:00
ieee80211.h
ieee80211_acl.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
ieee80211_amrr.c
ieee80211_amrr.h
ieee80211_crypto.c Remove three useless debug messages, remove meaningless XXXs, and remove 2018-05-08 07:02:07 +00:00
ieee80211_crypto.h
ieee80211_crypto_ccmp.c Use kmem_* instead of malloc/free and use interrupt versions as the 2020-11-03 15:06:50 +00:00
ieee80211_crypto_none.c Style, no functional change. 2018-01-19 07:53:46 +00:00
ieee80211_crypto_tkip.c Use kmem_* instead of malloc/free and use interrupt versions as the 2020-11-03 15:06:50 +00:00
ieee80211_crypto_wep.c Use kmem_* instead of malloc/free and use interrupt versions as the 2020-11-03 15:06:50 +00:00
ieee80211_input.c ieee80211_input.c: Fix a few debug messages 2022-11-19 07:57:51 +00:00
ieee80211_ioctl.c don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
ieee80211_ioctl.h Include <net/if.h> for IFNAMSIZ 2019-08-20 09:28:00 +00:00
ieee80211_netbsd.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
ieee80211_netbsd.h net80211: Use getticks(), not hardclock_ticks. 2022-03-18 23:32:24 +00:00
ieee80211_node.c fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
ieee80211_node.h fix various typos, mainly in comments. 2022-02-16 22:00:55 +00:00
ieee80211_output.c Make ifq_drops in struct ifqueue and struct ifaltq 64 bit. 2022-10-24 08:11:24 +00:00
ieee80211_proto.c Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
ieee80211_proto.h Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
ieee80211_radiotap.h remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
ieee80211_rssadapt.c
ieee80211_rssadapt.h
ieee80211_sysctl.h
ieee80211_var.h Define and implement a locking protocol for the ifmedia / mii layers: 2020-03-15 23:04:50 +00:00
ieee80211_xauth.c