diff options
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-rs.c b/drivers/net/wireless/iwlwifi/iwl-agn-rs.c index 786b11d52b45..98b6b37951b3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-rs.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-rs.c | |||
@@ -2666,9 +2666,6 @@ static void rs_fill_link_cmd(const struct iwl_priv *priv, | |||
2666 | } else if (num_of_ant(tbl_type.ant_type) == 2) { | 2666 | } else if (num_of_ant(tbl_type.ant_type) == 2) { |
2667 | lq_cmd->general_params.dual_stream_ant_msk = | 2667 | lq_cmd->general_params.dual_stream_ant_msk = |
2668 | tbl_type.ant_type; | 2668 | tbl_type.ant_type; |
2669 | } else if (num_of_ant(tbl_type.ant_type) == 3) { | ||
2670 | lq_cmd->general_params.dual_stream_ant_msk = | ||
2671 | tbl_type.ant_type; | ||
2672 | } /* otherwise we don't modify the existing value */ | 2669 | } /* otherwise we don't modify the existing value */ |
2673 | 2670 | ||
2674 | index++; | 2671 | index++; |