Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c1445 } __packed rlm_req = { in mt76_connac_mcu_uni_set_chctx() local
1465 rlm_req.rlm.bw = CMD_CBW_40MHZ; in mt76_connac_mcu_uni_set_chctx()
1468 rlm_req.rlm.bw = CMD_CBW_80MHZ; in mt76_connac_mcu_uni_set_chctx()
1477 rlm_req.rlm.bw = CMD_CBW_5MHZ; in mt76_connac_mcu_uni_set_chctx()
1480 rlm_req.rlm.bw = CMD_CBW_10MHZ; in mt76_connac_mcu_uni_set_chctx()
1486 rlm_req.rlm.ht_op_info = 0; in mt76_connac_mcu_uni_set_chctx()
1490 if (rlm_req.rlm.control_channel < rlm_req.rlm.center_chan) in mt76_connac_mcu_uni_set_chctx()
1491 rlm_req.rlm.sco = 1; /* SCA */ in mt76_connac_mcu_uni_set_chctx()
1492 else if (rlm_req.rlm.control_channel > rlm_req.rlm.center_chan) in mt76_connac_mcu_uni_set_chctx()
1493 rlm_req.rlm.sco = 3; /* SCB */ in mt76_connac_mcu_uni_set_chctx()
[all …]