On Tue, 2013-03-26 at 22:58 +0100, Rafał Miłecki wrote: > > Can you check your channel list? (iw list or iw phy0 info) > > Sure, attaching iw.list.log. This is after the scan, presumably? Is channel 13 also marked as passive/no-ibss before scanning? > > Also can you show the full data including beacon data from the AP (iw > > wlan0 scan dump -b) please? > > Hm, first of all, above command doesn't seem to perform real scanning. True, you can remove the "dump" part if you wanted to. > It returns too quick to actually scan anything. It's result is empty > as long as I don't use standard "iw dev wlan0 scan". After scanning a > normal way once ("iw dev wlan0 scan"), executing "dump -b" results in > the output at the one produced by "iw dev wlan0 scan" (only TSF and > last seen differ). Really? It should have printed more if you'd ever received a beacon. That's curious. It means you never received a beacon? But then how did the channel get activated (i.e. no longer be passive)? That should have been by receiving a beacon ... > > Does reverting just the mac80211 change fix it? > > Yes. Reverting just a change in net/mac80211/scan.c fixes the problem > for me. I've tested this with the latest wireless-testing. Sounds to me like you have issues receiving beacons. Channel 13 is marked passive, thus no probe requests would get sent. Before the change, it's possible that your probe response on channel 11 was received by the AP on channel 13 (in particular since the AP is configured to HT40-) and the probe response was received on channel 11. I'm not really sure what difference this change makes though ... channel 13 is still present and not disabled, so the frame, if received, wouldn't be dropped either way?? Or was the channel marked disabled before scanning? But then you could never connect to the AP anyway ... hmm. 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