提交 ef213d6d 编写于 作者: W Wey-Yi Guy

iwlwifi: change the default P2P support to "Yes"

Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
上级 8347deb3
...@@ -113,6 +113,7 @@ config IWLWIFI_DEVICE_TESTMODE ...@@ -113,6 +113,7 @@ config IWLWIFI_DEVICE_TESTMODE
generic netlink message via NL80211_TESTMODE channel. generic netlink message via NL80211_TESTMODE channel.
config IWLWIFI_P2P config IWLWIFI_P2P
def_bool y
bool "iwlwifi experimental P2P support" bool "iwlwifi experimental P2P support"
depends on IWLWIFI depends on IWLWIFI
help help
......
...@@ -1564,7 +1564,7 @@ static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans, ...@@ -1564,7 +1564,7 @@ static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans,
ucode_flags = fw->ucode_capa.flags; ucode_flags = fw->ucode_capa.flags;
#ifndef CONFIG_IWLWIFI_P2P #ifndef CONFIG_IWLWIFI_P2P
ucode_flags &= ~IWL_UCODE_TLV_FLAGS_PAN; ucode_flags &= ~IWL_UCODE_TLV_FLAGS_P2P;
#endif #endif
if (ucode_flags & IWL_UCODE_TLV_FLAGS_PAN) { if (ucode_flags & IWL_UCODE_TLV_FLAGS_PAN) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册