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 e993af2 commit b1a2e5cCopy full SHA for b1a2e5c
drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c
@@ -99,17 +99,6 @@ static void iwl_mvm_phy_ctxt_set_rxchain(struct iwl_mvm *mvm,
99
active_cnt = 2;
100
}
101
102
- /*
103
- * If the firmware requested it, then we know that it supports
104
- * getting zero for the values to indicate "use one, but pick
105
- * which one yourself", which means it can dynamically pick one
106
- * that e.g. has better RSSI.
107
- */
108
- if (mvm->fw_static_smps_request && active_cnt == 1 && idle_cnt == 1) {
109
- idle_cnt = 0;
110
- active_cnt = 0;
111
- }
112
-
113
*rxchain_info = cpu_to_le32(iwl_mvm_get_valid_rx_ant(mvm) <<
114
PHY_RX_CHAIN_VALID_POS);
115
*rxchain_info |= cpu_to_le32(idle_cnt << PHY_RX_CHAIN_CNT_POS);
0 commit comments