Home
last modified time | relevance | path

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

/linux/drivers/net/ieee802154/
H A Dca8210.c2886 static void ca8210_hw_setup(struct ieee802154_hw *ca8210_hw) in ca8210_hw_setup() argument
2889 ca8210_hw->phy->supported.channels[0] = CA8210_VALID_CHANNELS; in ca8210_hw_setup()
2890 ca8210_hw->phy->supported.tx_powers_size = CA8210_MAX_TX_POWERS; in ca8210_hw_setup()
2891 ca8210_hw->phy->supported.tx_powers = ca8210_tx_powers; in ca8210_hw_setup()
2892 ca8210_hw->phy->supported.cca_ed_levels_size = CA8210_MAX_ED_LEVELS; in ca8210_hw_setup()
2893 ca8210_hw->phy->supported.cca_ed_levels = ca8210_ed_levels; in ca8210_hw_setup()
2894 ca8210_hw->phy->current_channel = 18; in ca8210_hw_setup()
2895 ca8210_hw->phy->current_page = 0; in ca8210_hw_setup()
2896 ca8210_hw->phy->transmit_power = 800; in ca8210_hw_setup()
2897 ca8210_hw->phy->cca.mode = NL802154_CCA_ENERGY_CARRIER; in ca8210_hw_setup()
[all …]