[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #40 from Andriy Voskoboinyk --- Created attachment 154328 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154328&action=edit Add separate lock for TX queues -- You are receiving this mail because: You are the assigne

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #41 from Andriy Voskoboinyk --- Created attachment 154329 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154329&action=edit Eliminate 'busy' flag -- You are receiving this mail because: You are the assignee for the

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #42 from Andriy Voskoboinyk --- Created attachment 154330 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154330&action=edit Remove unnecessary locking -- You are receiving this mail because: You are the assignee for

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #43 from Andriy Voskoboinyk --- Created attachment 154332 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154332&action=edit Move some code under mutex -- You are receiving this mail because: You are the assignee for

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #44 from Andriy Voskoboinyk --- Created attachment 154334 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154334&action=edit Use ring->queued for WPI_CMD_TX_DATA only -- You are receiving this mail because: You are t

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #45 from Andriy Voskoboinyk --- Created attachment 154335 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154335&action=edit Optimize sc->rev processing -- You are receiving this mail because: You are the assignee fo

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #46 from Andriy Voskoboinyk --- Created attachment 154336 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154336&action=edit Add node table lock (fixes possible LOR in wpi_node_free()) -- You are receiving this mail

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #47 from Andriy Voskoboinyk --- Created attachment 154337 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154337&action=edit wpi_tx_done() shouldn't wait for wpi_start() -- You are receiving this mail because: You ar

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #48 from Andriy Voskoboinyk --- Created attachment 154338 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154338&action=edit Move IBSS association processing to wpi_newassoc() -- You are receiving this mail because:

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #49 from Andriy Voskoboinyk --- Created attachment 154340 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154340&action=edit Fix debug category in wpi_read_eeprom_band() -- You are receiving this mail because: You ar

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #50 from Andriy Voskoboinyk --- Created attachment 154341 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154341&action=edit Use WPI_RSSI_OFFSET instead of stat->noise (always 0 for me) -- You are receiving this mail

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #51 from Andriy Voskoboinyk --- Created attachment 154343 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154343&action=edit Allocate 'data' field in wpi_buf structure as static array -- You are receiving this mail b

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #52 from Andriy Voskoboinyk --- Created attachment 154346 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154346&action=edit Move beacon command initialization to wpi_init_beacon() -- You are receiving this mail beca

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #53 from Andriy Voskoboinyk --- Created attachment 154347 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154347&action=edit Use ieee80211_beacon_update() for dynamic beacon contents -- You are receiving this mail be

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #54 from Andriy Voskoboinyk --- Created attachment 154348 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154348&action=edit (Non-functional) Add prefixes to field names -- You are receiving this mail because: You ar

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #55 from Andriy Voskoboinyk --- Created attachment 154349 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154349&action=edit Use separate mutex for wv_bcbuf / wv_boff structures -- You are receiving this mail because

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #56 from Andriy Voskoboinyk --- Created attachment 154350 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154350&action=edit Encrypt frame if IEEE80211_BPF_CRYPTO flag is set -- You are receiving this mail because: Y

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #57 from Andriy Voskoboinyk --- Created attachment 154351 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154351&action=edit Add support for AES-CCMP group keys -- You are receiving this mail because: You are the ass

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #58 from Andriy Voskoboinyk --- Created attachment 154352 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154352&action=edit Remove useless message -- You are receiving this mail because: You are the assignee for the

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #59 from Andriy Voskoboinyk --- Created attachment 154353 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154353&action=edit Remove unnecessary assignment -- You are receiving this mail because: You are the assignee

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #60 from Andriy Voskoboinyk --- Created attachment 154354 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154354&action=edit Remove unrelated comment -- You are receiving this mail because: You are the assignee for t

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #61 from Andriy Voskoboinyk --- Created attachment 154355 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154355&action=edit Add new debug category: WPI_DEBUG_REGISTER (0x0008) -- You are receiving this mail beca

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #62 from Andriy Voskoboinyk --- Created attachment 154356 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154356&action=edit Add new debug category: WPI_DEBUG_NODE -- You are receiving this mail because: You are the

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #63 from Andriy Voskoboinyk --- Created attachment 154357 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154357&action=edit Refactor wpi_ioctl() -- You are receiving this mail because: You are the assignee for the b

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #64 from Andriy Voskoboinyk --- Created attachment 154358 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154358&action=edit Merge wpi_init() and wpi_init_locked() -- You are receiving this mail because: You are the

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #65 from Andriy Voskoboinyk --- Created attachment 154359 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154359&action=edit Acquire ifq lock while checking / modifying IFF_DRV_OACTIVE flag -- You are receiving this

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #66 from Andriy Voskoboinyk --- Created attachment 154360 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154360&action=edit Do some cleanup before device startup -- You are receiving this mail because: You are the a

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #67 from Andriy Voskoboinyk --- Created attachment 154361 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154361&action=edit Disable powersave in IBSS mode (packet loss > 90%) -- You are receiving this mail because:

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #68 from Andriy Voskoboinyk --- Created attachment 154362 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154362&action=edit Add few KASSERTs -- You are receiving this mail because: You are the assignee for the bug.

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #69 from Andriy Voskoboinyk --- Created attachment 154363 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154363&action=edit Fix some printfs -- You are receiving this mail because: You are the assignee for the bug.

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #70 from Andriy Voskoboinyk --- Created attachment 154364 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154364&action=edit Rearrange checks in wpi_send_rxon() -- You are receiving this mail because: You are the ass

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #71 from Andriy Voskoboinyk --- Created attachment 154365 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154365&action=edit Minor optimization in wpi_limit_dwell() -- You are receiving this mail because: You are the

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #72 from Andriy Voskoboinyk --- Created attachment 154366 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154366&action=edit Merge wpi_start() and wpi_start_locked() -- You are receiving this mail because: You are th

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #73 from Andriy Voskoboinyk --- Created attachment 154368 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154368&action=edit Add (experimental) HOSTAP mode support -- You are receiving this mail because: You are the

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #74 from Andriy Voskoboinyk --- Created attachment 154369 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154369&action=edit Split TX and scan timers -- You are receiving this mail because: You are the assignee for t

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #75 from Andriy Voskoboinyk --- Created attachment 154370 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154370&action=edit Use WPI_FILTER_BSS for checking current state -- You are receiving this mail because: You a

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #76 from Andriy Voskoboinyk --- Created attachment 154371 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154371&action=edit Add mutex for rxon structure -- You are receiving this mail because: You are the assignee f

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #77 from Andriy Voskoboinyk --- Created attachment 154372 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154372&action=edit Turn sc_tx_timer into callout parameter -- You are receiving this mail because: You are the

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #78 from Andriy Voskoboinyk --- Created attachment 154373 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154373&action=edit Don't use sc->qfullmsk in wpi_start() -- You are receiving this mail because: You are the a

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #79 from Andriy Voskoboinyk --- Created attachment 154374 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154374&action=edit Regroup ring state checks in wpi_tx_done() -- You are receiving this mail because: You are

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #80 from Andriy Voskoboinyk --- Created attachment 154375 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154375&action=edit Add extra mutex for qfullmsk / ring->queued variables -- You are receiving this mail becaus

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #81 from Andriy Voskoboinyk --- Created attachment 154378 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154378&action=edit Use another lock for TX path -- You are receiving this mail because: You are the assignee f

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #82 from Andriy Voskoboinyk --- Created attachment 154379 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154379&action=edit Use correct types -- You are receiving this mail because: You are the assignee for the bug.

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #83 from Andriy Voskoboinyk --- Created attachment 154380 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154380&action=edit Sync with previous version -- You are receiving this mail because: You are the assignee for

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #84 from Andriy Voskoboinyk --- Created attachment 154381 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154381&action=edit Do not unlock mutex in interrupt thread (except wpi_rx_done()) - fixes various races between

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #85 from Andriy Voskoboinyk --- Created attachment 154382 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154382&action=edit Fix scan timeouts with powersave enabled -- You are receiving this mail because: You are th

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #86 from Andriy Voskoboinyk --- Created attachment 154383 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154383&action=edit Workaround delays caused by vmem_check() -- You are receiving this mail because: You are th

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #87 from Andriy Voskoboinyk --- Created attachment 154384 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154384&action=edit Use separate taskqueue for device restart -- You are receiving this mail because: You are t

Re: Recommended WiFi / Bluetooth modules for embedded ARM projects?

2015-03-15 Thread Ian Lepore
On Sun, 2015-03-15 at 02:22 +0900, Brendan Sechter wrote: > I am looking for thoughts, opinions and recommendations regarding WiFi / > Bluetooth modules for embedded ARM FreeBSD projects. My requirements are > 802.11ac / Bluetooth 4.0. The ideal module is low cost, works with minimal > effort

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #88 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:09:48 UTC 2015 New revision: 280050 URL: https://svnweb.freebsd.org/changeset/base/280050 Log: Fix mbuf mapping errors in w

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #89 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:10:55 UTC 2015 New revision: 280051 URL: https://svnweb.freebsd.org/changeset/base/280051 Log: Fix a typo (IEEE80211_S_SCAN

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #90 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:12:17 UTC 2015 New revision: 280052 URL: https://svnweb.freebsd.org/changeset/base/280052 Log: Add missed ieee80211_drainta

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #91 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:13:07 UTC 2015 New revision: 280053 URL: https://svnweb.freebsd.org/changeset/base/280053 Log: Run callout_reset() with mut

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #92 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:13:59 UTC 2015 New revision: 280054 URL: https://svnweb.freebsd.org/changeset/base/280054 Log: Divide ackfailcnt by 2 (firm

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #93 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:15:11 UTC 2015 New revision: 280055 URL: https://svnweb.freebsd.org/changeset/base/280055 Log: Fix races between wpi_rx_don

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #94 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:17:25 UTC 2015 New revision: 280056 URL: https://svnweb.freebsd.org/changeset/base/280056 Log: Fix panics in wpi_tx_done()

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #95 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:18:10 UTC 2015 New revision: 280057 URL: https://svnweb.freebsd.org/changeset/base/280057 Log: Use correct pointer for wpi_

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #96 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:19:02 UTC 2015 New revision: 280058 URL: https://svnweb.freebsd.org/changeset/base/280058 Log: Check some variables only on

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #97 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:19:56 UTC 2015 New revision: 280059 URL: https://svnweb.freebsd.org/changeset/base/280059 Log: Fix indentation - non-functi

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #99 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:21:31 UTC 2015 New revision: 280061 URL: https://svnweb.freebsd.org/changeset/base/280061 Log: Fix warning: Value stored to

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #98 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:20:44 UTC 2015 New revision: 280060 URL: https://svnweb.freebsd.org/changeset/base/280060 Log: Fix error handling in wpi_sc

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #100 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:22:17 UTC 2015 New revision: 280062 URL: https://svnweb.freebsd.org/changeset/base/280062 Log: msleep() -> mtx_sleep()

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #101 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:23:59 UTC 2015 New revision: 280063 URL: https://svnweb.freebsd.org/changeset/base/280063 Log: Wrap cast to (struct wpi_no

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #102 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:29:23 UTC 2015 New revision: 280064 URL: https://svnweb.freebsd.org/changeset/base/280064 Log: Replace few numbers with na

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #103 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:30:04 UTC 2015 New revision: 280065 URL: https://svnweb.freebsd.org/changeset/base/280065 Log: wpi_intr(): remove duplicat

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #104 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:31:22 UTC 2015 New revision: 280066 URL: https://svnweb.freebsd.org/changeset/base/280066 Log: Reformatting - break lines

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #105 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:32:13 UTC 2015 New revision: 280067 URL: https://svnweb.freebsd.org/changeset/base/280067 Log: Remove some un-needed varia

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #106 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:33:14 UTC 2015 New revision: 280068 URL: https://svnweb.freebsd.org/changeset/base/280068 Log: Move key processing in wpi_

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #107 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:34:27 UTC 2015 New revision: 280069 URL: https://svnweb.freebsd.org/changeset/base/280069 Log: Replace kernel unit allocat

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #108 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:35:26 UTC 2015 New revision: 280070 URL: https://svnweb.freebsd.org/changeset/base/280070 Log: Wrap node addition in STA m

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #109 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:40:12 UTC 2015 New revision: 280071 URL: https://svnweb.freebsd.org/changeset/base/280071 Log: Add separate lock for TX qu

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #110 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:41:00 UTC 2015 New revision: 280072 URL: https://svnweb.freebsd.org/changeset/base/280072 Log: Eliminate the WPI_FLAG_BUSY

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #111 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:41:58 UTC 2015 New revision: 280073 URL: https://svnweb.freebsd.org/changeset/base/280073 Log: Remove unnecessary locking.

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #112 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:42:42 UTC 2015 New revision: 280074 URL: https://svnweb.freebsd.org/changeset/base/280074 Log: Move some code under WPI_LO

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #113 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:43:23 UTC 2015 New revision: 280075 URL: https://svnweb.freebsd.org/changeset/base/280075 Log: Use ring->queued for WPI_CM

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #114 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:43:59 UTC 2015 New revision: 280076 URL: https://svnweb.freebsd.org/changeset/base/280076 Log: Optimise sc->rev processing

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #115 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:44:54 UTC 2015 New revision: 280077 URL: https://svnweb.freebsd.org/changeset/base/280077 Log: Add node table lock - addre

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #116 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:45:44 UTC 2015 New revision: 280078 URL: https://svnweb.freebsd.org/changeset/base/280078 Log: wpi_tx_done() shouldn't wai

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #117 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:46:25 UTC 2015 New revision: 280079 URL: https://svnweb.freebsd.org/changeset/base/280079 Log: Move IBSS assocation proces

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #118 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:48:01 UTC 2015 New revision: 280080 URL: https://svnweb.freebsd.org/changeset/base/280080 Log: Fix debug category in wpi_r

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #119 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:48:33 UTC 2015 New revision: 280081 URL: https://svnweb.freebsd.org/changeset/base/280081 Log: Use WPI_RSSI_OFFSET instead

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #121 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:51:07 UTC 2015 New revision: 280083 URL: https://svnweb.freebsd.org/changeset/base/280083 Log: Move beacon initialisation

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #120 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:50:25 UTC 2015 New revision: 280082 URL: https://svnweb.freebsd.org/changeset/base/280082 Log: Use a static buffer in wpi_

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #122 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:51:57 UTC 2015 New revision: 280084 URL: https://svnweb.freebsd.org/changeset/base/280084 Log: Use ieee80211_beacon_update

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #123 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:52:48 UTC 2015 New revision: 280085 URL: https://svnweb.freebsd.org/changeset/base/280085 Log: Add prefixes to field names

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #125 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:54:11 UTC 2015 New revision: 280087 URL: https://svnweb.freebsd.org/changeset/base/280087 Log: Encrypt frame if IEEE80211_

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #124 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:53:47 UTC 2015 New revision: 280086 URL: https://svnweb.freebsd.org/changeset/base/280086 Log: Use separate mutex for wv_b

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #126 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:54:41 UTC 2015 New revision: 280088 URL: https://svnweb.freebsd.org/changeset/base/280088 Log: Add support for AES-CCMP gr

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #127 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 20:55:24 UTC 2015 New revision: 280089 URL: https://svnweb.freebsd.org/changeset/base/280089 Log: Remove unnecessary debug ou

Problem reports for freebsd-wireless@FreeBSD.org that need special attention

2015-03-15 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #128 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:03:00 UTC 2015 New revision: 280091 URL: https://svnweb.freebsd.org/changeset/base/280091 Log: Remove unnecessary assignme

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #129 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:03:49 UTC 2015 New revision: 280092 URL: https://svnweb.freebsd.org/changeset/base/280092 Log: Remove unrelated comment.

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #130 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:04:56 UTC 2015 New revision: 280093 URL: https://svnweb.freebsd.org/changeset/base/280093 Log: * Add new debug category

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #132 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:06:36 UTC 2015 New revision: 280095 URL: https://svnweb.freebsd.org/changeset/base/280095 Log: Refactor wpi_ioctl(). PR

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #131 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:06:00 UTC 2015 New revision: 280094 URL: https://svnweb.freebsd.org/changeset/base/280094 Log: Add WPI_DEBUG_NODE + some d

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #133 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:07:44 UTC 2015 New revision: 280096 URL: https://svnweb.freebsd.org/changeset/base/280096 Log: Merge wpi_init() and wpi_in

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #134 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:08:25 UTC 2015 New revision: 280097 URL: https://svnweb.freebsd.org/changeset/base/280097 Log: Acquire ifq lock when check

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #135 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:08:54 UTC 2015 New revision: 280098 URL: https://svnweb.freebsd.org/changeset/base/280098 Log: Do some cleanup before devi

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #136 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:09:30 UTC 2015 New revision: 280099 URL: https://svnweb.freebsd.org/changeset/base/280099 Log: Disable powersave in IBSS m

[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143 --- Comment #137 from commit-h...@freebsd.org --- A commit references this bug: Author: adrian Date: Sun Mar 15 21:11:01 UTC 2015 New revision: 280100 URL: https://svnweb.freebsd.org/changeset/base/280100 Log: Add more KASSERTs. (Comm

  1   2   >