sam 2007-11-26 21:28:18 UTC FreeBSD src repository
Modified files: sys/net80211 ieee80211_scan_sta.c Log: 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 Revision Changes Path 1.8 +4 -3 src/sys/net80211/ieee80211_scan_sta.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"