mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rssi/nf data are now dbm, tag them accordingly
This commit is contained in:
parent
fedda42340
commit
07f8bbea05
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ struct iwi_rx_radiotap_header {
|
|||
((1 << IEEE80211_RADIOTAP_FLAGS) | \
|
||||
(1 << IEEE80211_RADIOTAP_RATE) | \
|
||||
(1 << IEEE80211_RADIOTAP_CHANNEL) | \
|
||||
(1 << IEEE80211_RADIOTAP_DB_ANTSIGNAL) | \
|
||||
(1 << IEEE80211_RADIOTAP_DB_ANTNOISE) | \
|
||||
(1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) | \
|
||||
(1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) | \
|
||||
(1 << IEEE80211_RADIOTAP_ANTENNA))
|
||||
|
||||
struct iwi_tx_radiotap_header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue