|
@@ -1140,7 +1140,6 @@ void iwl_set_flags_for_band(struct iwl_priv *priv,
|
|
|
priv->staging_rxon.flags &= ~RXON_FLG_CCK_MSK;
|
|
|
}
|
|
|
}
|
|
|
-EXPORT_SYMBOL(iwl_set_flags_for_band);
|
|
|
|
|
|
/*
|
|
|
* initialize rxon structure with default values from eeprom
|
|
@@ -2291,7 +2290,6 @@ int iwl_send_card_state(struct iwl_priv *priv, u32 flags, u8 meta_flag)
|
|
|
|
|
|
return iwl_send_cmd(priv, &cmd);
|
|
|
}
|
|
|
-EXPORT_SYMBOL(iwl_send_card_state);
|
|
|
|
|
|
void iwl_rx_pm_sleep_notif(struct iwl_priv *priv,
|
|
|
struct iwl_rx_mem_buffer *rxb)
|
|
@@ -2335,7 +2333,6 @@ void iwl_clear_isr_stats(struct iwl_priv *priv)
|
|
|
{
|
|
|
memset(&priv->isr_stats, 0, sizeof(priv->isr_stats));
|
|
|
}
|
|
|
-EXPORT_SYMBOL(iwl_clear_isr_stats);
|
|
|
|
|
|
int iwl_mac_conf_tx(struct ieee80211_hw *hw, u16 queue,
|
|
|
const struct ieee80211_tx_queue_params *params)
|