diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl3945-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl3945-base.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl3945-base.c b/drivers/net/wireless/iwlwifi/iwl3945-base.c index 24c240d53f5c..4d0394b3fb59 100644 --- a/drivers/net/wireless/iwlwifi/iwl3945-base.c +++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c | |||
@@ -597,9 +597,9 @@ static int iwl3945_tx_skb(struct iwl_priv *priv, struct sk_buff *skb) | |||
597 | txq->need_update = 0; | 597 | txq->need_update = 0; |
598 | } | 598 | } |
599 | 599 | ||
600 | IWL_DEBUG_TX(priv, "sequence nr = 0X%x \n", | 600 | IWL_DEBUG_TX(priv, "sequence nr = 0X%x\n", |
601 | le16_to_cpu(out_cmd->hdr.sequence)); | 601 | le16_to_cpu(out_cmd->hdr.sequence)); |
602 | IWL_DEBUG_TX(priv, "tx_flags = 0X%x \n", le32_to_cpu(tx_cmd->tx_flags)); | 602 | IWL_DEBUG_TX(priv, "tx_flags = 0X%x\n", le32_to_cpu(tx_cmd->tx_flags)); |
603 | iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd)); | 603 | iwl_print_hex_dump(priv, IWL_DL_TX, tx_cmd, sizeof(*tx_cmd)); |
604 | iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr, | 604 | iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr, |
605 | ieee80211_hdrlen(fc)); | 605 | ieee80211_hdrlen(fc)); |
@@ -1937,7 +1937,7 @@ static int iwl3945_get_channels_for_scan(struct iwl_priv *priv, | |||
1937 | added++; | 1937 | added++; |
1938 | } | 1938 | } |
1939 | 1939 | ||
1940 | IWL_DEBUG_SCAN(priv, "total channels to scan %d \n", added); | 1940 | IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added); |
1941 | return added; | 1941 | return added; |
1942 | } | 1942 | } |
1943 | 1943 | ||
@@ -3401,7 +3401,7 @@ static int iwl3945_mac_sta_add(struct ieee80211_hw *hw, | |||
3401 | } | 3401 | } |
3402 | 3402 | ||
3403 | /* Initialize rate scaling */ | 3403 | /* Initialize rate scaling */ |
3404 | IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM \n", | 3404 | IWL_DEBUG_INFO(priv, "Initializing rate scaling for station %pM\n", |
3405 | sta->addr); | 3405 | sta->addr); |
3406 | iwl3945_rs_rate_init(priv, sta, sta_id); | 3406 | iwl3945_rs_rate_init(priv, sta, sta_id); |
3407 | 3407 | ||