X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fmac80211%2Fmain.c;h=b5830f7055cf3ed822a512db6df0f9bbb2ffeb7c;hb=023a04bebe7030c1e6d5347bd3f27a3e49a1f222;hp=f1a83d450ea0a338d1464adbf3bdec2b48f5eff4;hpb=1b0241656b658522a15e7aad570cb8ea6b255a2a;p=linux-2.6-omap-h63xx.git diff --git a/net/mac80211/main.c b/net/mac80211/main.c index f1a83d450ea..b5830f7055c 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c @@ -1731,8 +1731,8 @@ int ieee80211_register_hw(struct ieee80211_hw *hw) result = ieee80211_wep_init(local); if (result < 0) { - printk(KERN_DEBUG "%s: Failed to initialize wep\n", - wiphy_name(local->hw.wiphy)); + printk(KERN_DEBUG "%s: Failed to initialize wep: %d\n", + wiphy_name(local->hw.wiphy), result); goto fail_wep; }