Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.h245 u8 cur_thres);
Ddm.c408 void rtl92ee_dm_write_cck_cca_thres(struct ieee80211_hw *hw, u8 cur_thres) in rtl92ee_dm_write_cck_cca_thres() argument
413 if (dm_dig->cur_cck_cca_thres != cur_thres) in rtl92ee_dm_write_cck_cca_thres()
414 rtl_write_byte(rtlpriv, DM_REG_CCK_CCA_11N, cur_thres); in rtl92ee_dm_write_cck_cca_thres()
417 dm_dig->cur_cck_cca_thres = cur_thres; in rtl92ee_dm_write_cck_cca_thres()