Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ieee802154/
H A Dca8210.c2909 static void ca8210_hw_setup(struct ieee802154_hw *ca8210_hw) in ca8210_hw_setup() argument
2912 ca8210_hw->phy->supported.channels[0] = CA8210_VALID_CHANNELS; in ca8210_hw_setup()
2913 ca8210_hw->phy->supported.tx_powers_size = CA8210_MAX_TX_POWERS; in ca8210_hw_setup()
2914 ca8210_hw->phy->supported.tx_powers = ca8210_tx_powers; in ca8210_hw_setup()
2915 ca8210_hw->phy->supported.cca_ed_levels_size = CA8210_MAX_ED_LEVELS; in ca8210_hw_setup()
2916 ca8210_hw->phy->supported.cca_ed_levels = ca8210_ed_levels; in ca8210_hw_setup()
2917 ca8210_hw->phy->current_channel = 18; in ca8210_hw_setup()
2918 ca8210_hw->phy->current_page = 0; in ca8210_hw_setup()
2919 ca8210_hw->phy->transmit_power = 800; in ca8210_hw_setup()
2920 ca8210_hw->phy->cca.mode = NL802154_CCA_ENERGY_CARRIER; in ca8210_hw_setup()
[all …]