|
@@ -1328,7 +1328,7 @@ void iwl_rx_csa(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb)
|
|
|
EXPORT_SYMBOL(iwl_rx_csa);
|
|
|
|
|
|
#ifdef CONFIG_IWLWIFI_DEBUG
|
|
|
-static void iwl_print_rx_config_cmd(struct iwl_priv *priv)
|
|
|
+void iwl_print_rx_config_cmd(struct iwl_priv *priv)
|
|
|
{
|
|
|
struct iwl_rxon_cmd *rxon = &priv->staging_rxon;
|
|
|
|
|
@@ -1346,6 +1346,7 @@ static void iwl_print_rx_config_cmd(struct iwl_priv *priv)
|
|
|
IWL_DEBUG_RADIO(priv, "u8[6] bssid_addr: %pM\n", rxon->bssid_addr);
|
|
|
IWL_DEBUG_RADIO(priv, "u16 assoc_id: 0x%x\n", le16_to_cpu(rxon->assoc_id));
|
|
|
}
|
|
|
+EXPORT_SYMBOL(iwl_print_rx_config_cmd);
|
|
|
#endif
|
|
|
/**
|
|
|
* iwl_irq_handle_error - called for HW or SW error interrupt from card
|