Commit 79012f8b authored by Johannes Berg's avatar Johannes Berg

mac80211_hwsim: fix a print message

The prefix should be mac80211_hwsim, not mac_80211_hwsim.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 057d5f4b
......@@ -2618,7 +2618,7 @@ static int __init init_mac80211_hwsim(void)
return 0;
failed_nl:
printk(KERN_DEBUG "mac_80211_hwsim: failed initializing netlink\n");
printk(KERN_DEBUG "mac80211_hwsim: failed initializing netlink\n");
return err;
failed_mon:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment