Home
last modified time | relevance | path

Searched refs:CurCCK_CCAThres (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_DIG.c355 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
776 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
791 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
793 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
796 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
798 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
802 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
804 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
807 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
810 void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres) in ODM_Write_CCK_CCA_Thres() argument
[all …]
H A Dodm_DIG.h42 u8 CurCCK_CCAThres; member
167 void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres);