staging: vt6656: move life time macros to rxtx.h
DEFAULT_MGN_LIFETIME_RES_64us DEFAULT_MSDU_LIFETIME_RES_64us Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9ef2184d0e
commit
93a1e1b079
@ -33,6 +33,9 @@
|
||||
#include "wcmd.h"
|
||||
#include "baseband.h"
|
||||
|
||||
#define DEFAULT_MGN_LIFETIME_RES_64us 125 /* 64us */
|
||||
#define DEFAULT_MSDU_LIFETIME_RES_64us 8000
|
||||
|
||||
/* MIC HDR data header */
|
||||
struct vnt_mic_hdr {
|
||||
u8 id;
|
||||
|
@ -53,10 +53,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…
x
Reference in New Issue
Block a user