Searched refs:current_cca (Results 1 – 2 of 2) sorted by relevance
300 void rtl8821ae_dm_write_cck_cca_thres(struct ieee80211_hw *hw, u8 current_cca);
763 void rtl8821ae_dm_write_cck_cca_thres(struct ieee80211_hw *hw, u8 current_cca) in rtl8821ae_dm_write_cck_cca_thres() argument768 if (dm_digtable->cur_cck_cca_thres != current_cca) in rtl8821ae_dm_write_cck_cca_thres()769 rtl_write_byte(rtlpriv, DM_REG_CCK_CCA_11AC, current_cca); in rtl8821ae_dm_write_cck_cca_thres()772 dm_digtable->cur_cck_cca_thres = current_cca; in rtl8821ae_dm_write_cck_cca_thres()