Home
last modified time | relevance | path

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

/linux/drivers/net/ieee802154/
H A Dat86rf230.c975 unsigned int cca_ed_thres; in at86rf212_update_cca_ed_level() local
978 rc = at86rf230_read_subreg(lp, SR_CCA_ED_THRES, &cca_ed_thres); in at86rf212_update_cca_ed_level()
986 lp->hw->phy->cca_ed_level = at86rf212_ed_levels_98[cca_ed_thres]; in at86rf212_update_cca_ed_level()
991 lp->hw->phy->cca_ed_level = at86rf212_ed_levels_100[cca_ed_thres]; in at86rf212_update_cca_ed_level()