Skip to content

Commit

Permalink
staging: vt6656: changed comments convention and removed spaces befor…
Browse files Browse the repository at this point in the history
…e tab

resolved checkpatch finding

Signed-off-by: Alejandro Emanuel Paredes <aleparedes@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alejandro Emanuel Paredes authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent 731047f commit 4846cbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/vt6656/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4846cbc

Please sign in to comment.