diff options
| author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2015-10-22 15:20:33 +0000 |
|---|---|---|
| committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2015-10-22 15:20:33 +0000 |
| commit | f9e5b3821af1a0f76f5b6e3bb09b5924b51a513e (patch) | |
| tree | 854ec951ec7a9ca2a15dabf2f16404dd2ca1ef52 /sys/dev/wtap | |
| parent | bd1df7e776b15550e7a5b32427c3835ef00d31e1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wtap')
| -rw-r--r-- | sys/dev/wtap/if_wtap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/wtap/if_wtap.c b/sys/dev/wtap/if_wtap.c index 847ffcb5a034..2c58ad9c94a8 100644 --- a/sys/dev/wtap/if_wtap.c +++ b/sys/dev/wtap/if_wtap.c @@ -527,15 +527,9 @@ wtap_rx_proc(void *arg, int npending) /* * Sending station is known, dispatch directly. */ -#if 0 - ieee80211_radiotap_rx(ni->ni_vap, m); -#endif type = ieee80211_input(ni, m, 1<<7, 10); ieee80211_free_node(ni); } else { -#if 0 - ieee80211_radiotap_rx_all(ic, m); -#endif type = ieee80211_input_all(ic, m, 1<<7, 10); } |
