Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1472 } __packed rlm; in mt76_connac_mcu_uni_set_chctx() member
1477 .rlm = { in mt76_connac_mcu_uni_set_chctx()
1493 rlm_req.rlm.bw = CMD_CBW_40MHZ; in mt76_connac_mcu_uni_set_chctx()
1496 rlm_req.rlm.bw = CMD_CBW_80MHZ; in mt76_connac_mcu_uni_set_chctx()
1505 rlm_req.rlm.bw = CMD_CBW_5MHZ; in mt76_connac_mcu_uni_set_chctx()
1508 rlm_req.rlm.bw = CMD_CBW_10MHZ; in mt76_connac_mcu_uni_set_chctx()
1514 rlm_req.rlm.ht_op_info = 0; in mt76_connac_mcu_uni_set_chctx()
1518 if (rlm_req.rlm.control_channel < rlm_req.rlm.center_chan) in mt76_connac_mcu_uni_set_chctx()
1519 rlm_req.rlm.sco = 1; /* SCA */ in mt76_connac_mcu_uni_set_chctx()
1520 else if (rlm_req.rlm.control_channel > rlm_req.rlm.center_chan) in mt76_connac_mcu_uni_set_chctx()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1946 } __packed rlm; in mt7925_mcu_set_chctx() member
1951 .rlm = { in mt7925_mcu_set_chctx()
1966 rlm_req.rlm.bw = CMD_CBW_40MHZ; in mt7925_mcu_set_chctx()
1969 rlm_req.rlm.bw = CMD_CBW_80MHZ; in mt7925_mcu_set_chctx()
1978 rlm_req.rlm.bw = CMD_CBW_5MHZ; in mt7925_mcu_set_chctx()
1981 rlm_req.rlm.bw = CMD_CBW_10MHZ; in mt7925_mcu_set_chctx()
1987 rlm_req.rlm.ht_op_info = 0; in mt7925_mcu_set_chctx()
1991 if (rlm_req.rlm.control_channel < rlm_req.rlm.center_chan) in mt7925_mcu_set_chctx()
1992 rlm_req.rlm.sco = 1; /* SCA */ in mt7925_mcu_set_chctx()
1993 else if (rlm_req.rlm.control_channel > rlm_req.rlm.center_chan) in mt7925_mcu_set_chctx()
[all …]