Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236211
b: refs/heads/master
c: 8c81161
h: refs/heads/master
i:
  236209: 4edc51d
  236207: 2ca254a
v: v3
  • Loading branch information
Philip Worrall authored and Greg Kroah-Hartman committed Mar 2, 2011
1 parent 0ec6bd1 commit 9e9c6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: b898cf21ad8cbe7506127b3fa68bcae33273b171
refs/heads/master: 8c81161615feb8c666c675ec7a660dc9b011683f
8 changes: 1 addition & 7 deletions trunk/drivers/staging/vt6656/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,9 @@ void PSvEnablePowerSaving(void *hDeviceContext,

pDevice->bEnablePSMode = TRUE;

if (pDevice->eOPMode == OP_MODE_ADHOC) {

/* bMgrPrepareBeaconToSend((void *) pDevice, pMgmt); */

}
/* We don't send null pkt in ad hoc mode since beacon will handle this. */
else if (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE) {
if (pDevice->eOPMode == OP_MODE_INFRASTRUCTURE)
PSbSendNullPacket(pDevice);
}

pDevice->bPWBitOn = TRUE;
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "PS:Power Saving Mode Enable...\n");
Expand Down

0 comments on commit 9e9c6ed

Please sign in to comment.