staging: vt6656: rf.h cleanup C_PWBT comments
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f777203a8c
commit
4a36a96620
|
@ -29,7 +29,7 @@
|
|||
#ifndef __POWER_H__
|
||||
#define __POWER_H__
|
||||
|
||||
#define C_PWBT 1000 // micro sec. power up before TBTT
|
||||
#define C_PWBT 1000 /* micro sec. power up before TBTT */
|
||||
|
||||
void vnt_disable_power_saving(struct vnt_private *);
|
||||
void vnt_enable_power_saving(struct vnt_private *, u16);
|
||||
|
|
Loading…
Reference in New Issue