BUG: run0 wifi driver

2014-12-20 Thread solarflow99
Since this seems to be a BSD problem, I just wanted to report this as a possible bug and see if anyone else has a rt3072 driver working successfully? It used to work as run0 interface , but recently it doesn't work at all with the latest snapshots. Here are the details: https://forum.pfsense.org/i

[Bug 196069] [wpi] [patch]: refactor wpi_scan()

2014-12-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196069 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sat Dec 20 20:07:49 UTC 2014 New revision: 275966 URL: https://svnweb.freebsd.org/changeset/base/275966 Log: Remove some hard-coded IE ass

[Bug 196069] [wpi] [patch]: refactor wpi_scan()

2014-12-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196069 Adrian Chadd changed: What|Removed |Added Status|In Progress |Closed Resolution|---

Re: Issues with urtwn

2014-12-20 Thread Adrian Chadd
It's a race condition in the scan handling. :( When scan is cancelled (eg because something cancels it, or the state transitions to IDLE or something because the VAP resets) then it should be setting a flag to cancel things and the VAP should come out of powerstate. However, there seems to be som

Re: Issues with urtwn

2014-12-20 Thread Matthias Apitz
El día Friday, December 19, 2014 a las 08:13:25AM -0800, Adrian Chadd escribió: > Right, it's going into "stopped" mode, rather than "completed". It's > expecting there to be something that'll take the VAP out of power save > state, but nothing ever happens to do so. > > ok. I think I have enough