freebsd-skq/sys/net80211
Sam Leffler 1a4ae5c45b Be more careful handling off-channel frames: if the driver (wrongly)
sends frames up the stack after changing the current channel then
the lookup by ieee channel number may fail leaving a null ptr in
se_chan; if this happens fallback to the channel recorded when the
frame is processed (curchan).  Since the frame doesn't contribute
to scan results for the sta this is acceptable.

Reviewed by:	thompsa
MFC after:	3 days
2007-11-26 21:28:18 +00:00
..
_ieee80211.h
ieee80211_acl.c
ieee80211_amrr.c
ieee80211_amrr.h
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
ieee80211_freebsd.h
ieee80211_ht.c correct sta mode setup: adopt ap's ampdu density and max ampdu size 2007-11-23 06:14:32 +00:00
ieee80211_ht.h
ieee80211_input.c
ieee80211_ioctl.c
ieee80211_ioctl.h
ieee80211_node.c o correct re-association indicator dispatched in node join event 2007-11-23 06:23:12 +00:00
ieee80211_node.h
ieee80211_output.c correct WMM packet classification: 2007-11-23 06:24:57 +00:00
ieee80211_power.c
ieee80211_power.h
ieee80211_proto.c update default wme parameters to latest WiFi test plans 2007-11-23 05:55:06 +00:00
ieee80211_proto.h
ieee80211_radiotap.h
ieee80211_regdomain.c
ieee80211_regdomain.h
ieee80211_scan_ap.c
ieee80211_scan_sta.c Be more careful handling off-channel frames: if the driver (wrongly) 2007-11-26 21:28:18 +00:00
ieee80211_scan.c
ieee80211_scan.h
ieee80211_var.h add ieee80211_find_channel_byieee to lookup a channel by ieee channel # 2007-11-23 05:57:20 +00:00
ieee80211_xauth.c
ieee80211.c add ieee80211_find_channel_byieee to lookup a channel by ieee channel # 2007-11-23 05:57:20 +00:00
ieee80211.h correct TID_TO_WME_AC handling of BE 2007-11-23 06:12:46 +00:00