Commit 2c28b362 authored by Mohamed Abbas's avatar Mohamed Abbas Committed by John W. Linville

iwlwifi: set rate_idx correctly from plcp

rate_idx is derived from plcp information
Signed-off-by: default avatarMohamed Abbas <mohamed.abbas@intel.com>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 7b72304d
...@@ -3546,7 +3546,7 @@ static void iwl4965_rx_reply_rx(struct iwl4965_priv *priv, ...@@ -3546,7 +3546,7 @@ static void iwl4965_rx_reply_rx(struct iwl4965_priv *priv,
(rx_start->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ? (rx_start->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ?
IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ, IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ,
.antenna = 0, .antenna = 0,
.rate_idx = iwl4965_hw_get_rate( .rate_idx = iwl4965_rate_index_from_plcp(
le32_to_cpu(rx_start->rate_n_flags)), le32_to_cpu(rx_start->rate_n_flags)),
.flag = 0, .flag = 0,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment