Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 256669
Collapse All | Expand All

(-)madwifi-0.9.4.orig/net80211/ieee80211_linux.c (-1 / +1 lines)
Lines 335-341 Link Here
335
{
335
{
336
#ifdef CONFIG_KMOD
336
#ifdef CONFIG_KMOD
337
	int rv;
337
	int rv;
338
	rv = request_module(modname);
338
	rv = request_module("%s", modname);
339
	if (rv < 0)
339
	if (rv < 0)
340
		printk(KERN_ERR "failed to automatically load module: %s; " \
340
		printk(KERN_ERR "failed to automatically load module: %s; " \
341
			"errno: %d\n", modname, rv);
341
			"errno: %d\n", modname, rv);

Return to bug 256669