|
@@ -1120,7 +1120,7 @@ void iwl_connection_init_rx_config(struct iwl_priv *priv, int mode)
|
|
|
}
|
|
|
EXPORT_SYMBOL(iwl_connection_init_rx_config);
|
|
|
|
|
|
-void iwl_set_rate(struct iwl_priv *priv)
|
|
|
+static void iwl_set_rate(struct iwl_priv *priv)
|
|
|
{
|
|
|
const struct ieee80211_supported_band *hw = NULL;
|
|
|
struct ieee80211_rate *rate;
|
|
@@ -1166,7 +1166,6 @@ void iwl_set_rate(struct iwl_priv *priv)
|
|
|
priv->staging_rxon.ofdm_basic_rates =
|
|
|
(IWL_OFDM_BASIC_RATES_MASK >> IWL_FIRST_OFDM_RATE) & 0xFF;
|
|
|
}
|
|
|
-EXPORT_SYMBOL(iwl_set_rate);
|
|
|
|
|
|
void iwl_rx_csa(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb)
|
|
|
{
|