]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Do not indicate P2P_DEVICE support by default
authorJouni Malinen <j@w1.fi>
Sun, 30 Jun 2013 06:58:50 +0000 (09:58 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 30 Jun 2013 07:50:13 +0000 (10:50 +0300)
commit851b0c5581069de6db01ddca7c150b76cee415a2
tree72df22b2e1c04f2708baefef3f28d00d7e46a097
parentbb4028f165bce441ce55527f05617fe09b0ddc36
nl80211: Do not indicate P2P_DEVICE support by default

Since the P2P_DEVICE support indication was added to kernel before
everything was working properly, there may be kernel versions in use
with the new mechanism breaking P2P functionality (especially with
mac80211_hwsim). For now, disable P2P_DEVICE support by default and
allow it to be enabled with driver_param=p2p_device=1 in the
configuration file. This default behavior may be changed in the future
once the kernel issues has been resolved in stable releases.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c