History log of /freebsd-10-stable/sys/net80211/ieee80211_freebsd.c
Revision Date Author Comments
# 259174 10-Dec-2013 gavin

Merge r256294 (by adrian) from head:

Fix the "am I a net80211 vap" check for bpf listeners.

I changed it to use if_transmit a while ago but apparently with monitor
mode the if_transmit method is overridden.

This is (mostly) a workaround until a more permanent solution can be
found.

Candidate for 10.0.

Submitted by: Patrick Kelsey <kelsey@ieee.org>


# 259174 10-Dec-2013 gavin

Merge r256294 (by adrian) from head:

Fix the "am I a net80211 vap" check for bpf listeners.

I changed it to use if_transmit a while ago but apparently with monitor
mode the if_transmit method is overridden.

This is (mostly) a workaround until a more permanent solution can be
found.

Candidate for 10.0.

Submitted by: Patrick Kelsey <kelsey@ieee.org>