Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmt7921.h191 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd);
H A Dmain.c235 err = mt7921_mcu_set_chan_info(phy, MCU_EXT_CMD(SET_RX_PATH)); in __mt7921_start()
451 ret = mt7921_mcu_set_chan_info(phy, MCU_EXT_CMD(CHANNEL_SWITCH)); in mt7921_set_channel()
H A Dmcu.c676 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd) in mt7921_mcu_set_chan_info() function