Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ieee802154/
Dca8210.c2903 static void ca8210_hw_setup(struct ieee802154_hw *ca8210_hw) in ca8210_hw_setup() argument
2906 ca8210_hw->phy->supported.channels[0] = CA8210_VALID_CHANNELS; in ca8210_hw_setup()
2907 ca8210_hw->phy->supported.tx_powers_size = CA8210_MAX_TX_POWERS; in ca8210_hw_setup()
2908 ca8210_hw->phy->supported.tx_powers = ca8210_tx_powers; in ca8210_hw_setup()
2909 ca8210_hw->phy->supported.cca_ed_levels_size = CA8210_MAX_ED_LEVELS; in ca8210_hw_setup()
2910 ca8210_hw->phy->supported.cca_ed_levels = ca8210_ed_levels; in ca8210_hw_setup()
2911 ca8210_hw->phy->current_channel = 18; in ca8210_hw_setup()
2912 ca8210_hw->phy->current_page = 0; in ca8210_hw_setup()
2913 ca8210_hw->phy->transmit_power = 800; in ca8210_hw_setup()
2914 ca8210_hw->phy->cca.mode = NL802154_CCA_ENERGY_CARRIER; in ca8210_hw_setup()
[all …]