]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
iwlwifi: set rate_idx correctly from plcp
authorMohamed Abbas <mohamed.abbas@intel.com>
Fri, 1 Feb 2008 05:46:41 +0000 (21:46 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:19:33 +0000 (15:19 -0500)
rate_idx is derived from plcp information

Signed-off-by: Mohamed Abbas <mohamed.abbas@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-4965.c

index a8943932049814cddd4ac4692d5bc32c10bae9ed..886a4b86605c9913b3eab27902df6404b1bbc3ed 100644 (file)
@@ -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) ?
                        IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ,
                .antenna = 0,
-               .rate_idx = iwl4965_hw_get_rate(
+               .rate_idx = iwl4965_rate_index_from_plcp(
                                le32_to_cpu(rx_start->rate_n_flags)),
                .flag = 0,
        };