diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 70e10ea35a51..c8d3d97cf48d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -1103,7 +1103,7 @@ static inline void iwl_txq_ctx_deactivate(struct iwl_priv *priv, int txq_id) | |||
1103 | clear_bit(txq_id, &priv->txq_ctx_active_msk); | 1103 | clear_bit(txq_id, &priv->txq_ctx_active_msk); |
1104 | } | 1104 | } |
1105 | 1105 | ||
1106 | #ifdef CONFIG_IWLWIF_DEBUG | 1106 | #ifdef CONFIG_IWLWIFI_DEBUG |
1107 | const char *iwl_get_tx_fail_reason(u32 status); | 1107 | const char *iwl_get_tx_fail_reason(u32 status); |
1108 | #else | 1108 | #else |
1109 | static inline const char *iwl_get_tx_fail_reason(u32 status) { return ""; } | 1109 | static inline const char *iwl_get_tx_fail_reason(u32 status) { return ""; } |