aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r--net/mac80211/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index f1a83d450ea0..b5830f7055cf 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -1731,8 +1731,8 @@ int ieee80211_register_hw(struct ieee80211_hw *hw)
1731 result = ieee80211_wep_init(local); 1731 result = ieee80211_wep_init(local);
1732 1732
1733 if (result < 0) { 1733 if (result < 0) {
1734 printk(KERN_DEBUG "%s: Failed to initialize wep\n", 1734 printk(KERN_DEBUG "%s: Failed to initialize wep: %d\n",
1735 wiphy_name(local->hw.wiphy)); 1735 wiphy_name(local->hw.wiphy), result);
1736 goto fail_wep; 1736 goto fail_wep;
1737 } 1737 }
1738 1738