CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/21 12:43:19
Modified files: sys/net80211 : ieee80211_input.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h sys/dev/pci : if_ipw.c if_iwi.c if_iwn.c if_wpi.c sys/dev/ic : acx.c an.c ath.c athvar.h atw.c atwvar.h bwi.c malo.c pgt.c rt2560.c rt2661.c rt2860.c rtw.c rtwvar.h sys/dev/usb : if_atu.c if_ral.c if_rum.c if_uath.c if_upgt.c if_zyd.c Log message: 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.