A number of places in mac80211 are erroneously using the *current* channel (hw.conf.channel) rather than the current *operating* channel (oper_channel). This is wrong as the current channel can change during scan/roc and therefore doesn't point to the correct channel all the time so that due to races the wrong channel might be used. Address this and use the correct channel in all places. Some keep using hw.conf.channel, of course, since they really do need the current channel. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html