On Tue, 22 Apr 2014 23:50:12 +0200 "Luis R. Rodriguez" <mcgrof@xxxxxxxx> wrote: > On Tue, Apr 22, 2014 at 11:32:13PM +0200, Michael Leun wrote: > > On Tue, 22 Apr 2014 22:45:52 +0200 > > "Luis R. Rodriguez" <mcgrof@xxxxxxxx> wrote: > > > > > > > > I only see this on an Acer PTZ1825 with an ath9k wireless card, > > > > but that machine was not sold with that wlan card, so other > > > > people with the same model won't neccesarily see the same issue. > > > > > > OK I see the issue and its clear now how this could have > > > gone through, the wiphy comes from the country IE and it > > > could have gone disappearing during suspend / hotplug, so > > > we do need to check for it again. > > [...] > > > - if (wiphy->regulatory_flags & > > > REGULATORY_COUNTRY_IE_IGNORE) > > > + if (wiphy && > > > + wiphy->regulatory_flags & > > > REGULATORY_COUNTRY_IE_IGNORE) return REG_REQ_IGNORE; > > > > Yup, thats it. I can hear it whisper "put me into stable". > > I was a bit perplexed that this was not picked up before, so I hunted > a bit and found a fix that was applied to the mac80211-next upstream > development tree but not propagated to stable. Can you remove that > pach, just git checkout -f and try this one instead? It applies > cleanly and since its upstream on Linus' tree already we should be > able to get this to Greg faster if you confirm it fixes your issue. > So all we need is a Tested-by. > > Luis > > commit 772f0389338cfcf96da1c178046dc7e1649ab554 > Author: Ilan Peer <ilan.peer@xxxxxxxxx> Yes, this also fixes it. -- MfG, Michael Leun -- 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