Searched refs:tx_cont (Results 1 – 2 of 2) sorted by relevance
508 struct tm_tx_cont *tx_cont = &req.op.rf.param.tx_cont; in mt7915_tm_set_tx_cont() local510 tx_cont->control_ch = chandef->chan->hw_value; in mt7915_tm_set_tx_cont()511 tx_cont->center_ch = freq1; in mt7915_tm_set_tx_cont()512 tx_cont->tx_ant = td->tx_antenna_mask; in mt7915_tm_set_tx_cont()513 tx_cont->band = phy != &dev->phy; in mt7915_tm_set_tx_cont()517 tx_cont->bw = CMD_CBW_40MHZ; in mt7915_tm_set_tx_cont()520 tx_cont->bw = CMD_CBW_80MHZ; in mt7915_tm_set_tx_cont()523 tx_cont->bw = CMD_CBW_8080MHZ; in mt7915_tm_set_tx_cont()526 tx_cont->bw = CMD_CBW_160MHZ; in mt7915_tm_set_tx_cont()529 tx_cont->bw = CMD_CBW_5MHZ; in mt7915_tm_set_tx_cont()[all …]
83 struct tm_tx_cont tx_cont; member