[Bug 199632] [net80211] [patch]: Fix IBSS merge after entering the RUN state (was broken in r178354).

2015-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199632 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun May 10 21:05:32 UTC 2015 New revision: 282735 URL: https://svnweb.freebsd.org/changeset/base/282735 Log: Fix typo introduced in

[Bug 199632] [net80211] [patch]: Fix IBSS merge after entering the RUN state (was broken in r178354).

2015-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199632 Andriy Voskoboinyk s3er...@gmail.com changed: What|Removed |Added Status|Closed |Open

[Bug 199632] [net80211] [patch]: Fix IBSS merge after entering the RUN state (was broken in r178354).

2015-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199632 --- Comment #3 from Andriy Voskoboinyk s3er...@gmail.com --- Created attachment 156623 -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156623action=edit Fix a typo introduced in the previous change -- You are receiving this mail

[Bug 199632] [net80211] [patch]: Fix IBSS merge after entering the RUN state (was broken in r178354).

2015-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199632 Andriy Voskoboinyk s3er...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED

[Bug 176201] [net80211] [patch] 11n station includes unrelated ht params into ASSOC_REQ packet

2015-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=176201 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun May 10 06:57:53 UTC 2015 New revision: 282704 URL: https://svnweb.freebsd.org/changeset/base/282704 Log: Attempt to address Bug

[Bug 176201] [net80211] [patch] 11n station includes unrelated ht params into ASSOC_REQ packet

2015-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=176201 Adrian Chadd adr...@freebsd.org changed: What|Removed |Added Resolution|--- |FIXED

Re: Intel 3160/7260/7265 driver

2015-05-10 Thread Glen Barber
On Sun, May 10, 2015 at 09:48:51AM -0700, Rui Paulo wrote: I've ported the OpenBSD iwm driver and it's sort of working now: https://github.com/rpaulo/iwm Some issues: - scanning is sort of broken now, so you must set the channel with ifconfig - ultra debugging mode is activated, so

Intel 3160/7260/7265 driver

2015-05-10 Thread Rui Paulo
Hi, I've ported the OpenBSD iwm driver and it's sort of working now: https://github.com/rpaulo/iwm Some issues: - scanning is sort of broken now, so you must set the channel with ifconfig - ultra debugging mode is activated, so expect a lot of logs. This still needs quite a bit of work