Go to the documentation of this file.
29 #ifndef __DATARATE_H__
30 #define __DATARATE_H__
34 #define FALLBACK_PKT_COLLECT_TR_H 50 // pkts
35 #define FALLBACK_PKT_COLLECT_TR_L 10 // pkts
36 #define FALLBACK_POLL_SECOND 5 // 5 sec
37 #define FALLBACK_RECOVER_SECOND 30 // 30 sec
38 #define FALLBACK_THRESHOLD 15 // percent
39 #define UPGRADE_THRESHOLD 5 // percent
40 #define UPGRADE_CNT_THRD 3 // times
41 #define RETRY_TIMES_THRD_H 2 // times
42 #define RETRY_TIMES_THRD_L 1 // times
62 bool bUpdateBasicRate,
63 unsigned short *pwMaxBasicRate,
64 unsigned short *pwMaxSuppRate,
65 unsigned short *pwSuppRate,
66 unsigned char *pbyTopCCKRate,
67 unsigned char *pbyTopOFDMRate
95 #endif //__DATARATE_H__