mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
staging: vt6655: Move LIFETIME RES 64us macros to rxtx.h
Used only by vnt_generate_fifo_header move these macros. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e11cdc39f3
commit
1903e6dd05
@ -32,6 +32,10 @@
|
||||
#include "ttype.h"
|
||||
#include "device.h"
|
||||
|
||||
#define DEFAULT_MSDU_LIFETIME_RES_64us 8000 /* 64us */
|
||||
#define DEFAULT_MGN_LIFETIME_RES_64us 125 /* 64us */
|
||||
|
||||
|
||||
/*--------------------- Export Definitions -------------------------*/
|
||||
|
||||
/*--------------------- Export Variables --------------------------*/
|
||||
|
@ -51,10 +51,8 @@
|
||||
#define WCMD_PASSIVE_SCAN_TIME 100 //(ms)
|
||||
|
||||
#define DEFAULT_MSDU_LIFETIME 512 // ms
|
||||
#define DEFAULT_MSDU_LIFETIME_RES_64us 8000 // 64us
|
||||
|
||||
#define DEFAULT_MGN_LIFETIME 8 // ms
|
||||
#define DEFAULT_MGN_LIFETIME_RES_64us 125 // 64us
|
||||
|
||||
#define MAKE_BEACON_RESERVED 10 //(us)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user