cw1200: txrx: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20201209135550.2004-1-zhengyongjun3@huawei.com
This commit is contained in:
parent
382726d134
commit
c42d492c67
|
@ -650,7 +650,7 @@ cw1200_tx_h_rate_policy(struct cw1200_common *priv,
|
|||
wsm->flags |= t->txpriv.rate_id << 4;
|
||||
|
||||
t->rate = cw1200_get_tx_rate(priv,
|
||||
&t->tx_info->control.rates[0]),
|
||||
&t->tx_info->control.rates[0]);
|
||||
wsm->max_tx_rate = t->rate->hw_value;
|
||||
if (t->rate->flags & IEEE80211_TX_RC_MCS) {
|
||||
if (cw1200_ht_greenfield(&priv->ht_info))
|
||||
|
|
Loading…
Reference in New Issue