Searched refs:tx_cont (Results 1 – 2 of 2) sorted by relevance
527 struct tm_tx_cont *tx_cont = &req.op.rf.param.tx_cont; in mt7915_tm_set_tx_cont() local530 tx_cont->center_ch = freq1; in mt7915_tm_set_tx_cont()532 tx_cont->band = band; in mt7915_tm_set_tx_cont()536 tx_cont->bw = CMD_CBW_40MHZ; in mt7915_tm_set_tx_cont()539 tx_cont->bw = CMD_CBW_80MHZ; in mt7915_tm_set_tx_cont()542 tx_cont->bw = CMD_CBW_8080MHZ; in mt7915_tm_set_tx_cont()545 tx_cont->bw = CMD_CBW_160MHZ; in mt7915_tm_set_tx_cont()548 tx_cont->bw = CMD_CBW_5MHZ; in mt7915_tm_set_tx_cont()551 tx_cont->bw = CMD_CBW_10MHZ; in mt7915_tm_set_tx_cont()554 tx_cont->bw = CMD_CBW_20MHZ; in mt7915_tm_set_tx_cont()[all …]
83 struct tm_tx_cont tx_cont; member