ds_ctl7
ads->ds_ctl7 = SM(ahp->ah_tx_chainmask, AR_ChainSel0)
ads->ds_ctl7 |= (rtsctsRate << AR_RTSCTSRate_S);
ads->ds_ctl7 = SM(AH5416(ah)->ah_tx_chainmask, AR_ChainSel0)
ads->ds_ctl7 = set11nRateFlags(series, 0)
MS(txc.ds_ctl7, AR_ChainSel0),
MF(txc.ds_ctl7, AR_GI0),
MF(txc.ds_ctl7, AR_2040_0),
MF(txc.ds_ctl7, AR_STBC0));
MS(txc.ds_ctl7, AR_ChainSel1),
MF(txc.ds_ctl7, AR_GI1),
MF(txc.ds_ctl7, AR_2040_1),
MF(txc.ds_ctl7, AR_STBC1));
MS(txc.ds_ctl7, AR_ChainSel2),
MF(txc.ds_ctl7, AR_GI2),
MF(txc.ds_ctl7, AR_2040_2),
MF(txc.ds_ctl7, AR_STBC2));
MS(txc.ds_ctl7, AR_ChainSel3),
MF(txc.ds_ctl7, AR_GI3),
MF(txc.ds_ctl7, AR_2040_3),
MF(txc.ds_ctl7, AR_STBC3));
printf(" RTSCtsRate=0x%02x\n", MS(txc.ds_ctl7, AR_RTSCTSRate));
MS(txc.ds_ctl7, AR_ChainSel0),
MF(txc.ds_ctl7, AR_GI0),
MF(txc.ds_ctl7, AR_2040_0),
MF(txc.ds_ctl7, AR_STBC0));
MS(txc.ds_ctl7, AR_ChainSel1),
MF(txc.ds_ctl7, AR_GI1),
MF(txc.ds_ctl7, AR_2040_1),
MF(txc.ds_ctl7, AR_STBC1));
MS(txc.ds_ctl7, AR_ChainSel2),
MF(txc.ds_ctl7, AR_GI2),
MF(txc.ds_ctl7, AR_2040_2),
MF(txc.ds_ctl7, AR_STBC2));
MS(txc.ds_ctl7, AR_ChainSel3),
MF(txc.ds_ctl7, AR_GI3),
MF(txc.ds_ctl7, AR_2040_3),
MF(txc.ds_ctl7, AR_STBC3));
MS(txc.ds_ctl7, AR_buf_len));