mt76: mt7915: improve code readability in mt7915_mcu_sta_bfer_ht
Even if it is a not real issue, add missing brackets in mt7915_mcu_sta_bfer_ht routine in order to improve code readability Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
b4b9f0a32d
commit
2c3b26f2bc
@ -1775,7 +1775,7 @@ mt7915_mcu_sta_bfer_ht(struct ieee80211_sta *sta, struct mt7915_phy *phy,
|
||||
bf->tx_mode = MT_PHY_TYPE_HT;
|
||||
bf->bf_cap = MT_IBF;
|
||||
|
||||
if (mcs->tx_params & IEEE80211_HT_MCS_TX_RX_DIFF &&
|
||||
if ((mcs->tx_params & IEEE80211_HT_MCS_TX_RX_DIFF) &&
|
||||
(mcs->tx_params & IEEE80211_HT_MCS_TX_DEFINED))
|
||||
n = FIELD_GET(IEEE80211_HT_MCS_TX_MAX_STREAMS_MASK,
|
||||
mcs->tx_params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user