Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219642
b: refs/heads/master
c: 4846cbc
h: refs/heads/master
v: v3
  • Loading branch information
Alejandro Emanuel Paredes authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent a756e3a commit 2644ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 731047f90401d7cace6ed35b6170768ab18f15f9
refs/heads/master: 4846cbc13a2b1b2278e9f94f526425e6d1814e4b
6 changes: 3 additions & 3 deletions trunk/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 2644ba8

Please sign in to comment.