nl80211: Automatically use concurrent P2P if possible
authorJohannes Berg <johannes.berg@intel.com>
Sat, 10 Sep 2011 18:52:21 +0000 (21:52 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 10 Sep 2011 18:52:21 +0000 (21:52 +0300)
commit7626850dd671230cc6ac4b61466182cd7a28c2d3
treed2da7bfdb6a9c2a174ad106217582746bd5f97c4
parentcf546f1a03c0bd0167980f60eb09fae9cdb3a66a
nl80211: Automatically use concurrent P2P if possible

Since the kernel can now advertise P2P concurrent support by advertising
interface combinations, we can take advantage of that and automatically
use P2P_CONCURRENT / P2P_MGMT_AND_NON_P2P for drivers that advertise
support.

Keep driver_param=use_p2p_group_interface=1 for anyone not advertising
interface combinations in their drivers yet.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c