提交 a977551b 编写于 作者: M Malcolm Priestley 提交者: Greg Kroah-Hartman

staging: vt6655: PSbIsNextTBTTWakeUp Rename bWakeUp wake_up

Removing camel case.
Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c30ab930
......@@ -151,7 +151,7 @@ PSbIsNextTBTTWakeUp(
{
struct ieee80211_hw *hw = priv->hw;
struct ieee80211_conf *conf = &hw->conf;
bool bWakeUp = false;
bool wake_up = false;
if (conf->listen_interval > 1) {
if (!priv->wake_up_count)
......@@ -163,9 +163,9 @@ PSbIsNextTBTTWakeUp(
/* Turn on wake up to listen next beacon */
MACvRegBitsOn(priv->PortOffset,
MAC_REG_PSCTL, PSCTL_LNBCN);
bWakeUp = true;
wake_up = true;
}
}
return bWakeUp;
return wake_up;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册