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:
Rui Paulo 2010-01-25 12:23:51 +00:00
parent 63243c5c71
commit 6f28738dc3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202967

View File

@ -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;
/*