diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 17:19:58 -0400 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-04-02 15:53:54 -0400 |
commit | 91dd6c27a29f97d81d2f71651d3b6bb55a4c1788 (patch) | |
tree | a6406143c82e6bee37cf3f6e2146ba557c5fbe59 /drivers/net/wireless/iwlwifi/iwl-agn.c | |
parent | b744cb79aec7d95905943c0bc64699eb02de143b (diff) |
iwlwifi: remove trailing space in messages
Includes minor improvements in debugging messages in iwl-4965.c,
function iwl4965_is_temp_calib_needed().
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Zhu Yi <yi.zhu@intel.com>
Cc: Reinette Chatre <reinette.chatre@intel.com>
Cc: Intel Linux Wireless <ilw@linux.intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c index ef5690a83b35..629cbf38aa9b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c | |||
@@ -181,7 +181,7 @@ int iwl_commit_rxon(struct iwl_priv *priv) | |||
181 | IWL_ERR(priv, "Error setting new RXON (%d)\n", ret); | 181 | IWL_ERR(priv, "Error setting new RXON (%d)\n", ret); |
182 | return ret; | 182 | return ret; |
183 | } | 183 | } |
184 | IWL_DEBUG_INFO(priv, "Return from !new_assoc RXON. \n"); | 184 | IWL_DEBUG_INFO(priv, "Return from !new_assoc RXON.\n"); |
185 | memcpy(active_rxon, &priv->staging_rxon, sizeof(*active_rxon)); | 185 | memcpy(active_rxon, &priv->staging_rxon, sizeof(*active_rxon)); |
186 | iwl_clear_ucode_stations(priv, false); | 186 | iwl_clear_ucode_stations(priv, false); |
187 | iwl_restore_stations(priv); | 187 | iwl_restore_stations(priv); |
@@ -2303,7 +2303,7 @@ static int iwl_prepare_card_hw(struct iwl_priv *priv) | |||
2303 | { | 2303 | { |
2304 | int ret = 0; | 2304 | int ret = 0; |
2305 | 2305 | ||
2306 | IWL_DEBUG_INFO(priv, "iwl_prepare_card_hw enter \n"); | 2306 | IWL_DEBUG_INFO(priv, "iwl_prepare_card_hw enter\n"); |
2307 | 2307 | ||
2308 | ret = iwl_set_hw_ready(priv); | 2308 | ret = iwl_set_hw_ready(priv); |
2309 | if (priv->hw_ready) | 2309 | if (priv->hw_ready) |
@@ -3067,7 +3067,7 @@ static int iwlagn_mac_sta_add(struct ieee80211_hw *hw, | |||
3067 | iwl_restore_wepkeys(priv); | 3067 | iwl_restore_wepkeys(priv); |
3068 | 3068 | ||
3069 | /* Initialize rate scaling */ | 3069 | /* Initialize rate scaling */ |
3070 | IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM \n", | 3070 | IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n", |
3071 | sta->addr); | 3071 | sta->addr); |
3072 | iwl_rs_rate_init(priv, sta, sta_id); | 3072 | iwl_rs_rate_init(priv, sta, sta_id); |
3073 | 3073 | ||