Staging: vt6655: removed redundant comments from power.h
Removed redundant comments from power.h header file. Signed-off-by: Igor Bezukh <igbzkh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6c324e518b
commit
f56f473a3c
|
@ -29,19 +29,10 @@
|
||||||
#ifndef __POWER_H__
|
#ifndef __POWER_H__
|
||||||
#define __POWER_H__
|
#define __POWER_H__
|
||||||
|
|
||||||
/*--------------------- Export Definitions -------------------------*/
|
|
||||||
#define C_PWBT 1000 // micro sec. power up before TBTT
|
#define C_PWBT 1000 // micro sec. power up before TBTT
|
||||||
#define PS_FAST_INTERVAL 1 // Fast power saving listen interval
|
#define PS_FAST_INTERVAL 1 // Fast power saving listen interval
|
||||||
#define PS_MAX_INTERVAL 4 // MAX power saving listen interval
|
#define PS_MAX_INTERVAL 4 // MAX power saving listen interval
|
||||||
|
|
||||||
/*--------------------- Export Classes ----------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Export Variables --------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Export Types ------------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Export Functions --------------------------*/
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
PSbConsiderPowerDown(
|
PSbConsiderPowerDown(
|
||||||
void *hDeviceContext,
|
void *hDeviceContext,
|
||||||
|
|
Loading…
Reference in New Issue