staging: vt6656: rename PSvDisablePowerSaving to vnt_disable_power_saving
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c1d45af916
commit
905dba5cbd
4 changed files with 4 additions and 4 deletions
|
|
@ -1323,7 +1323,7 @@ int iwctl_siwpower(struct net_device *dev, struct iw_request_info *info,
|
|||
|
||||
if (wrq->disabled) {
|
||||
pDevice->ePSMode = WMAC_POWER_CAM;
|
||||
PSvDisablePowerSaving(pDevice);
|
||||
vnt_disable_power_saving(pDevice);
|
||||
return rc;
|
||||
}
|
||||
if ((wrq->flags & IW_POWER_TYPE) == IW_POWER_TIMEOUT) {
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ void vnt_enable_power_saving(struct vnt_private *priv, u16 listen_interval)
|
|||
*
|
||||
*/
|
||||
|
||||
void PSvDisablePowerSaving(struct vnt_private *priv)
|
||||
void vnt_disable_power_saving(struct vnt_private *priv)
|
||||
{
|
||||
|
||||
/* disable power saving hw function */
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
int PSbConsiderPowerDown(struct vnt_private *, int bCheckRxDMA,
|
||||
int bCheckCountToWakeUp);
|
||||
void PSvDisablePowerSaving(struct vnt_private *);
|
||||
void vnt_disable_power_saving(struct vnt_private *);
|
||||
void vnt_enable_power_saving(struct vnt_private *, u16);
|
||||
void PSvSendPSPOLL(struct vnt_private *);
|
||||
int PSbSendNullPacket(struct vnt_private *);
|
||||
|
|
|
|||
|
|
@ -480,7 +480,7 @@ void vRunCommand(struct work_struct *work)
|
|||
// set initial state
|
||||
pMgmt->eCurrState = WMAC_STATE_IDLE;
|
||||
pMgmt->eCurrMode = WMAC_MODE_STANDBY;
|
||||
PSvDisablePowerSaving((void *) pDevice);
|
||||
vnt_disable_power_saving(pDevice);
|
||||
BSSvClearNodeDBTable(pDevice, 0);
|
||||
vMgrJoinBSSBegin((void *) pDevice, &Status);
|
||||
// if Infra mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue