Date: Sat, 17 Sep 2016 18:50:17 +0300 From: "Andriy Voskoboinyk" <avos@freebsd.org> To: "Larry Rosenman" <ler@lerctr.org> Cc: freebsd-wireless@freebsd.org Subject: Re: (IWM) 7260 AC Dual Band - Still No Connect Message-ID: <op.ynxx93uw4dikkl@localhost> In-Reply-To: <20160917153808.GA1425@pita.lerctr.org> References: <20160917024238.GA79497@pita.lerctr.org> <b11fd9bbe84bbf3fc161f5c9e1018216@thebighonker.lerctr.org> <op.ynxeueok4dikkl@localhost> <20160917145943.GA6303@pita.lerctr.org> <op.ynxwvdmiiew4ia@localhost> <20160917152147.GA56866@thebighonker.lerctr.org> <op.ynxxbewh4dikkl@localhost> <20160917153808.GA1425@pita.lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Ok; I think, the patch should resolve this issue.
[-- Attachment #2 --]
Index: sys/dev/iwm/if_iwm.c
===================================================================
--- sys/dev/iwm/if_iwm.c (revision 305796)
+++ sys/dev/iwm/if_iwm.c (working copy)
@@ -2970,7 +2970,7 @@
} else {
rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, IEEE80211_CHAN_5GHZ);
}
- rxs.rssi = rssi - sc->sc_noise;
+ rxs.rssi = rssi;
rxs.nf = sc->sc_noise;
if (ieee80211_radiotap_active_vap(vap)) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.ynxx93uw4dikkl>
