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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 14 17:46:15 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #8 from commit-hook at 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 at 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.


More information about the freebsd-wireless mailing list