RTW_TXSCALE_SIZE
if (swing_index >= RTW_TXSCALE_SIZE) {
swing_index = RTW_TXSCALE_SIZE - 1;
static const u32 rtw8814a_txscale_tbl[RTW_TXSCALE_SIZE] = {
static const u32 rtw8822b_txscale_tbl[RTW_TXSCALE_SIZE] = {
for (i = 0; i < RTW_TXSCALE_SIZE; i++) {
if (swing_idx >= RTW_TXSCALE_SIZE)
if (swing_index >= RTW_TXSCALE_SIZE) {
swing_index = RTW_TXSCALE_SIZE - 1;