Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 17:46:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi
Message-ID:  <bug-197143-21060-EOSEoFP7ue@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197143-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197143-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #8 from commit-hook@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sat Feb 14 17:45:54 UTC 2015
New revision: 278764
URL: https://svnweb.freebsd.org/changeset/base/278764

Log:
  More fixes to wpi(4), again not by me! Woo!

  - Use IEEE80211_F_DATAPAD;
  - (c->ic_flags & IEEE80211_CHAN_PASSIVE) -> IEEE80211_IS_CHAN_PASSIVE(c);
  - Convert ackfailcnt to int (there is dereference to *(int *) in
ieee80211_ratectl_tx_complete());
  - Fix & move cleanup to the end in wpi_rx_done();
  - Add missed lock in wpi_update_beacon();
  - Try to fix powersave.

  PR:        kern/197143
  Submitted by:     Andriy Voskoboinyk <s3erios@gmail.com>

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpireg.h

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197143-21060-EOSEoFP7ue>