Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input()
PR: 143163 Submitted by: Alexander Egorenkov <egorenar at gmail.com> MFC after: 3 days
This commit is contained in:
parent
6d12dc080f
commit
f81c7c34d7
@ -759,7 +759,7 @@ sta_input(struct ieee80211_node *ni, struct mbuf *m, int rssi, int nf)
|
||||
|
||||
/* copy to listener after decrypt */
|
||||
if (ieee80211_radiotap_active_vap(vap))
|
||||
ieee80211_radiotap_tx(vap, m);
|
||||
ieee80211_radiotap_rx(vap, m);
|
||||
need_tap = 0;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user