Searched refs:RetryLimit (Results 1 – 2 of 2) sorted by relevance
1376 u8 RetryLimit = 0x30; in rtw_hal_set_hwreg() local1387 RetryLimit = (haldata->CustomerID == RT_CID_CCX) ? 7 : 48; in rtw_hal_set_hwreg()1389 RetryLimit = 0x7; in rtw_hal_set_hwreg()1399 RetryLimit = 0x7; in rtw_hal_set_hwreg()1401 …usb_write16(Adapter, REG_RL, RetryLimit << RETRY_LIMIT_SHORT_SHIFT | RetryLimit << RETRY_LIMIT_LON… in rtw_hal_set_hwreg()
3578 u8 RetryLimit; in hw_var_set_mlme_join() local3584 RetryLimit = 0x30; in hw_var_set_mlme_join()3602 RetryLimit = (pEEPROM->CustomerID == RT_CID_CCX) ? 7 : 48; in hw_var_set_mlme_join()3604 RetryLimit = 0x7; in hw_var_set_mlme_join()3614 RetryLimit = 0x7; in hw_var_set_mlme_join()3617 val16 = (RetryLimit << RETRY_LIMIT_SHORT_SHIFT) | (RetryLimit << RETRY_LIMIT_LONG_SHIFT); in hw_var_set_mlme_join()