提交 4846cbc1 编写于 作者: A Alejandro Emanuel Paredes 提交者: Greg Kroah-Hartman

staging: vt6656: changed comments convention and removed spaces before tab

resolved checkpatch finding
Signed-off-by: NAlejandro Emanuel Paredes <aleparedes@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 731047f9
...@@ -77,11 +77,11 @@ void PSvEnablePowerSaving(void *hDeviceContext, ...@@ -77,11 +77,11 @@ void PSvEnablePowerSaving(void *hDeviceContext,
PSMgmtObject pMgmt = &(pDevice->sMgmtObj); PSMgmtObject pMgmt = &(pDevice->sMgmtObj);
WORD wAID = pMgmt->wCurrAID | BIT14 | BIT15; WORD wAID = pMgmt->wCurrAID | BIT14 | BIT15;
// set period of power up before TBTT /* set period of power up before TBTT */
MACvWriteWord(pDevice, MAC_REG_PWBT, C_PWBT); MACvWriteWord(pDevice, MAC_REG_PWBT, C_PWBT);
if (pDevice->eOPMode != OP_MODE_ADHOC) { if (pDevice->eOPMode != OP_MODE_ADHOC) {
// set AID /* set AID */
MACvWriteWord(pDevice, MAC_REG_AIDATIM, wAID); MACvWriteWord(pDevice, MAC_REG_AIDATIM, wAID);
} else { } else {
// set ATIM Window // set ATIM Window
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册