1 
   2 
   3 
   4 
   5 
   6 
   7 #ifndef __RTL8712_EDCASETTING_REGDEF_H__
   8 #define __RTL8712_EDCASETTING_REGDEF_H__
   9 
  10 #define EDCA_VO_PARAM           (RTL8712_EDCASETTING_ + 0x00)
  11 #define EDCA_VI_PARAM           (RTL8712_EDCASETTING_ + 0x04)
  12 #define EDCA_BE_PARAM           (RTL8712_EDCASETTING_ + 0x08)
  13 #define EDCA_BK_PARAM           (RTL8712_EDCASETTING_ + 0x0C)
  14 #define BCNTCFG                 (RTL8712_EDCASETTING_ + 0x10)
  15 #define CWRR                    (RTL8712_EDCASETTING_ + 0x12)
  16 #define ACMAVG                  (RTL8712_EDCASETTING_ + 0x16)
  17 #define ACMHWCTRL               (RTL8712_EDCASETTING_ + 0x17)
  18 #define VO_ADMTIME              (RTL8712_EDCASETTING_ + 0x18)
  19 #define VI_ADMTIME              (RTL8712_EDCASETTING_ + 0x1C)
  20 #define BE_ADMTIME              (RTL8712_EDCASETTING_ + 0x20)
  21 #define RL                      (RTL8712_EDCASETTING_ + 0x24)
  22 
  23 #endif 
  24