Hi, > Actually, we have missed this in code. Our module supports scanning on > both bands at the same time. Yeah, but we still have to support drivers that don't support this. > Thanks for the info. > And also we ran the scan on our dual band module by setting > "SINGLE_SCAN_ON_ALL_BANDS" flag in > driver and removing SCAN_HW_CANCELLED bit in mac80211 stack. We didn't > see any issues in scan and > as i mentioned earlier, I didn't observe "scan aborted". > Can i resubmit patch with these changes?. Were you able to try my patch instead? I tend to like the structure of it better - i.e. how we fall back after cleaning up the state, rather than directly in the middle. Like I said above, I don't think we should take your patch - you've seen a bug there, and if we just work around it by making your driver do both-bands-at-once, we still have the bug... johannes