Skip to content

Commit

Permalink
rs: disable BEAMFORM mode, we are not really support it. #934
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Mar 16, 2024
1 parent 40d8aa8 commit 0419f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions itlwm/hal_iwm/rs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2842,10 +2842,12 @@ static void rs_vht_init(struct iwm_softc *mvm,
(sta->ni_vhtcaps & IEEE80211_VHTCAP_RXSTBC_MASK))
lq_sta->stbc_capable = true;

#if 0
if (isset(mvm->sc_enabled_capa, IWM_UCODE_TLV_CAPA_BEAMFORMER) &&
(that->iwm_num_of_ant(that->iwm_fw_valid_tx_ant(mvm)) > 1) &&
(sta->ni_vhtcaps & IEEE80211_VHTCAP_SU_BEAMFORMEE_CAPABLE))
lq_sta->bfer_capable = true;
#endif

lq_sta->is_vht = true;
}
Expand Down

0 comments on commit 0419f7a

Please sign in to comment.