Lines Matching refs:rlm_req
1480 } __packed rlm_req = { in mt76_connac_mcu_uni_set_chctx() local
1500 rlm_req.rlm.bw = CMD_CBW_40MHZ; in mt76_connac_mcu_uni_set_chctx()
1503 rlm_req.rlm.bw = CMD_CBW_80MHZ; in mt76_connac_mcu_uni_set_chctx()
1506 rlm_req.rlm.bw = CMD_CBW_8080MHZ; in mt76_connac_mcu_uni_set_chctx()
1509 rlm_req.rlm.bw = CMD_CBW_160MHZ; in mt76_connac_mcu_uni_set_chctx()
1512 rlm_req.rlm.bw = CMD_CBW_5MHZ; in mt76_connac_mcu_uni_set_chctx()
1515 rlm_req.rlm.bw = CMD_CBW_10MHZ; in mt76_connac_mcu_uni_set_chctx()
1520 rlm_req.rlm.bw = CMD_CBW_20MHZ; in mt76_connac_mcu_uni_set_chctx()
1521 rlm_req.rlm.ht_op_info = 0; in mt76_connac_mcu_uni_set_chctx()
1525 if (rlm_req.rlm.control_channel < rlm_req.rlm.center_chan) in mt76_connac_mcu_uni_set_chctx()
1526 rlm_req.rlm.sco = 1; /* SCA */ in mt76_connac_mcu_uni_set_chctx()
1527 else if (rlm_req.rlm.control_channel > rlm_req.rlm.center_chan) in mt76_connac_mcu_uni_set_chctx()
1528 rlm_req.rlm.sco = 3; /* SCB */ in mt76_connac_mcu_uni_set_chctx()
1530 return mt76_mcu_send_msg(mdev, MCU_UNI_CMD(BSS_INFO_UPDATE), &rlm_req, in mt76_connac_mcu_uni_set_chctx()
1531 sizeof(rlm_req), true); in mt76_connac_mcu_uni_set_chctx()