提交 1e9c410f 编写于 作者: A Amitkumar Karwar 提交者: Kalle Valo

rsi: enable power save by default for coex

Power save is by default enabled for WLAN and BT coex mode.
Signed-off-by: NAmitkumar Karwar <amit.karwar@redpinesignals.com>
Signed-off-by: NSiva Rebbagondla <siva.rebbagondla@redpinesignals.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 3334306a
......@@ -2008,6 +2008,9 @@ int rsi_mac80211_attach(struct rsi_common *common)
wiphy->iface_combinations = rsi_iface_combinations;
wiphy->n_iface_combinations = ARRAY_SIZE(rsi_iface_combinations);
if (common->coex_mode > 1)
wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
status = ieee80211_register_hw(hw);
if (status)
return status;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册