mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
iwx: correct rx status reporting
We are currently not reporting any per-chain S:N values so remove IEEE80211_R_C_RSSI and IEEE80211_R_RSSI along with it as it is set already in the line above. Sponsored by: The FreeBSD Foundation Reviewed by: thj Differential Revision: https://reviews.freebsd.org/D50927
This commit is contained in:
parent
be57603c46
commit
8d51f2aba9
1 changed files with 0 additions and 1 deletions
|
|
@ -4642,7 +4642,6 @@ iwx_rx_mpdu_mq(struct iwx_softc *sc, struct mbuf *m, void *pktdata,
|
|||
rxs.r_flags |= IEEE80211_R_IEEE | IEEE80211_R_FREQ;
|
||||
rxs.r_flags |= IEEE80211_R_BAND;
|
||||
rxs.r_flags |= IEEE80211_R_NF | IEEE80211_R_RSSI;
|
||||
rxs.r_flags |= IEEE80211_R_RSSI | IEEE80211_R_C_RSSI;
|
||||
rxs.r_flags |= IEEE80211_R_TSF32 | IEEE80211_R_TSF_START;
|
||||
|
||||
rxs.c_ieee = chanidx;
|
||||
|
|
|
|||
Loading…
Reference in a new issue