Commit c3fb4642 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6655: move MAKE_BEACON_RESERVED to device.h

Used only in function device_intr in device_main.c move macro.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1903e6dd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment