The patch removes the unused function to fix a recursive bug caused
by namespace change.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
 
 #endif/* CONFIG_IWL4965_HT_AGG */
 #endif /* CONFIG_IWL4965_HT */
-/*
- * RATE SCALE CODE
- */
-int iwl4965_init_hw_rates(struct iwl4965_priv *priv, struct ieee80211_rate *rates)
-{
-       return 0;
-}
-
 
 /**
  * iwl4965_add_station - Initialize a station's hardware rate table
 
                if (IWL_BASIC_RATES_MASK & (1 << i))
                        rates[i].flags |= IEEE80211_RATE_BASIC;
        }
-
-       iwl4965_init_hw_rates(priv, rates);
 }
 
 /**