We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089e501 commit cb377dfCopy full SHA for cb377df
drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c
@@ -147,7 +147,11 @@ static u16 rs_fw_get_config_flags(struct iwl_mvm *mvm,
147
(vht_ena && (vht_cap->cap & IEEE80211_VHT_CAP_RXLDPC))))
148
flags |= IWL_TLC_MNG_CFG_FLAGS_LDPC_MSK;
149
150
- /* consider our LDPC support in case of HE */
+ /* consider LDPC support in case of HE */
151
+ if (he_cap->has_he && (he_cap->he_cap_elem.phy_cap_info[1] &
152
+ IEEE80211_HE_PHY_CAP1_LDPC_CODING_IN_PAYLOAD))
153
+ flags |= IWL_TLC_MNG_CFG_FLAGS_LDPC_MSK;
154
+
155
if (sband->iftype_data && sband->iftype_data->he_cap.has_he &&
156
!(sband->iftype_data->he_cap.he_cap_elem.phy_cap_info[1] &
157
IEEE80211_HE_PHY_CAP1_LDPC_CODING_IN_PAYLOAD))
0 commit comments