| .. | .. |
|---|
| 1 | | -// SPDX-License-Identifier: GPL-2.0+ |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. |
|---|
| 4 | 4 | * All rights reserved. |
|---|
| .. | .. |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | #define C_PWBT 1000 /* micro sec. power up before TBTT */ |
|---|
| 20 | 20 | |
|---|
| 21 | | -void vnt_disable_power_saving(struct vnt_private *priv); |
|---|
| 21 | +int vnt_disable_power_saving(struct vnt_private *priv); |
|---|
| 22 | 22 | void vnt_enable_power_saving(struct vnt_private *priv, u16 listen_interval); |
|---|
| 23 | 23 | int vnt_next_tbtt_wakeup(struct vnt_private *priv); |
|---|
| 24 | 24 | |
|---|