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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 14 17:23:36 UTC 2015


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

--- Comment #6 from Andriy Voskoboinyk <s3erios at gmail.com> ---
Created attachment 152977
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152977&action=edit
Bugfixes

- 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.

> there is a small chance of kernel panic in wpi_intr()

I haven't seen this anymore.

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


More information about the freebsd-wireless mailing list