ys/contrib/dev/ath: remove unintentional double semicolon

Approved by:	adrian
This commit is contained in:
Ed Maste 2020-09-18 18:35:18 +00:00
parent fe815331bb
commit 11224884f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365888

View File

@ -3879,7 +3879,7 @@ ar9300_init_cal_internal(struct ath_hal *ah, struct ieee80211_channel *chan,
cl_tab_reg = BB_cl_tab_b[ch_idx];
for (j = 0; j < BB_cl_tab_entry; j++) {
OS_REG_WRITE(ah, cl_tab_reg, ichan->tx_clcal[ch_idx][j]);
cl_tab_reg += 4;;
cl_tab_reg += 4;
}
}
HALDEBUG(ah, HAL_DEBUG_FCS_RTT,