instead of passing rx tstamp and rssi to the ieee80211_input function,
authordamien <damien@openbsd.org>
Mon, 21 Jul 2008 18:43:18 +0000 (18:43 +0000)
committerdamien <damien@openbsd.org>
Mon, 21 Jul 2008 18:43:18 +0000 (18:43 +0000)
commit30d05aace5dfc9e238681bc4d88f40b3eb18547b
tree72be209a28398d23c438156138bce5cffc2c6c87
parent11a785b65bd1758b3ae9734659fd46ebdc1d2680
instead of passing rx tstamp and rssi to the ieee80211_input function,
pass a pointer to an ieee80211_rxinfo structure containing those two
fields plus an extra flags field that indicates whether the frame was
decrypted by hardware or not.
required for a future fix.
28 files changed:
sys/dev/ic/acx.c
sys/dev/ic/an.c
sys/dev/ic/ath.c
sys/dev/ic/athvar.h
sys/dev/ic/atw.c
sys/dev/ic/atwvar.h
sys/dev/ic/bwi.c
sys/dev/ic/malo.c
sys/dev/ic/pgt.c
sys/dev/ic/rt2560.c
sys/dev/ic/rt2661.c
sys/dev/ic/rt2860.c
sys/dev/ic/rtw.c
sys/dev/ic/rtwvar.h
sys/dev/pci/if_ipw.c
sys/dev/pci/if_iwi.c
sys/dev/pci/if_iwn.c
sys/dev/pci/if_wpi.c
sys/dev/usb/if_atu.c
sys/dev/usb/if_ral.c
sys/dev/usb/if_rum.c
sys/dev/usb/if_uath.c
sys/dev/usb/if_upgt.c
sys/dev/usb/if_zyd.c
sys/net80211/ieee80211_input.c
sys/net80211/ieee80211_proto.c
sys/net80211/ieee80211_proto.h
sys/net80211/ieee80211_var.h