On Thu, Apr 26, 2007 at 12:23:14AM -0700, [EMAIL PROTECTED] wrote:
> From: Andrew Morton <[EMAIL PROTECTED]>
> 
> Someone has been forgetting their SubmitChecklist medicine.
> 
> ERROR: "ieee80211_debug_level" [net/ieee80211/ieee80211_crypt_ccmp.ko] 
> undefined!

Sent a pull request to Jeff on Tuesday that should fix this.

> Fix some unneeded space-wasting initialisations, too.  How often must this be
> said?

> -static int debug = 0;
> -u32 ieee80211_debug_level = 0;
> -static struct proc_dir_entry *ieee80211_proc = NULL;
> +static int debug;
> +u32 ieee80211_debug_level;
> +static struct proc_dir_entry *ieee80211_proc;

ACK to these bits.

John

-- 
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to