staging: vt6655: move MAKE_BEACON_RESERVED to device.h
Used only in function device_intr in device_main.c move macro. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
1903e6dd05
Коммит
c3fb46429b
|
@ -137,6 +137,8 @@
|
|||
#define RUN_AT(x) (jiffies+(x))
|
||||
#endif
|
||||
|
||||
#define MAKE_BEACON_RESERVED 10 /* (us) */
|
||||
|
||||
/* DMA related */
|
||||
#define RESERV_AC0DMA 4
|
||||
|
||||
|
|
|
@ -54,8 +54,6 @@
|
|||
|
||||
#define DEFAULT_MGN_LIFETIME 8 // ms
|
||||
|
||||
#define MAKE_BEACON_RESERVED 10 //(us)
|
||||
|
||||
#define TIM_MULTICAST_MASK 0x01
|
||||
#define TIM_BITMAPOFFSET_MASK 0xFE
|
||||
#define DEFAULT_DTIM_PERIOD 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче