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

Merge r259174 from stable/10 (head r256294 by adrian):

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.

Submitted by: Patrick Kelsey <kelsey@ieee.org>
Approved by: re (glebius)


# 259187 10-Dec-2013 gavin

Merge r259174 from stable/10 (head r256294 by adrian):

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.

Submitted by: Patrick Kelsey <kelsey@ieee.org>
Approved by: re (glebius)