mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
staging: vt6656: changed comments convention and removed spaces before tab
resolved checkpatch finding Signed-off-by: Alejandro Emanuel Paredes <aleparedes@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
731047f904
commit
4846cbc13a
@ -77,12 +77,12 @@ void PSvEnablePowerSaving(void *hDeviceContext,
|
||||
PSMgmtObject pMgmt = &(pDevice->sMgmtObj);
|
||||
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);
|
||||
|
||||
if (pDevice->eOPMode != OP_MODE_ADHOC) {
|
||||
// set AID
|
||||
MACvWriteWord(pDevice, MAC_REG_AIDATIM, wAID);
|
||||
/* set AID */
|
||||
MACvWriteWord(pDevice, MAC_REG_AIDATIM, wAID);
|
||||
} else {
|
||||
// set ATIM Window
|
||||
//MACvWriteATIMW(pDevice->PortOffset, pMgmt->wCurrATIMWindow);
|
||||
|
Loading…
x
Reference in New Issue
Block a user