NetBSD/sys/net80211
dyoung 5dc6377838 IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson
(mail@janderson.ca): remove ieee80211_ibss_merge's TSFT argument.
Do the TSFT comparison in the drivers (ath, atw).  Remove a lot of
extraneous debug statements from ieee80211_ibss_merge.

Set the ieee80211_node's state to IEEE80211_STA_BSS after it's been
copied to the ic_bss, not before.

In struct ieee80211_node, make the ni_tstamp field a union of a
uint64_t and the 8 TSF octets so that it's easier to compare a
neighbor's TSF with the local TSF.

Log IBSS merges (Greg Troxel's suggestion).  Also log IBSS creation.
These are rare and important events that deserve to be logged.
2005-01-04 00:56:51 +00:00
..
ieee80211_channel.h
ieee80211_compat.c
ieee80211_compat.h
ieee80211_crypto.c
ieee80211_crypto.h
ieee80211_input.c IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson 2005-01-04 00:56:51 +00:00
ieee80211_ioctl.c
ieee80211_ioctl.h
ieee80211_netbsd.h
ieee80211_node.c IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson 2005-01-04 00:56:51 +00:00
ieee80211_node.h IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson 2005-01-04 00:56:51 +00:00
ieee80211_output.c In ieee80211_getmbuf, remove the #ifdef __FreeBSD__ code. Check 2005-01-04 00:36:18 +00:00
ieee80211_proto.c
ieee80211_proto.h IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson 2005-01-04 00:56:51 +00:00
ieee80211_radiotap.h Fix a typo. 2005-01-04 00:34:58 +00:00
ieee80211_rssadapt.c
ieee80211_rssadapt.h
ieee80211_sysctl.h
ieee80211_var.h
ieee80211.c
ieee80211.h GC unused stuff. 2004-12-27 05:36:08 +00:00
Makefile