This is a note to let you know that I've just added the patch titled

    staging: rtl8192u: declare MODULE_FIRMWARE

to the 2.6.33-longterm tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/longterm/longterm-queue-2.6.33.git;a=summary

The filename of the patch is:
     staging-rtl8192u-declare-module_firmware.patch
and it can be found in the queue-2.6.33 subdirectory.

If you, or anyone else, feels it should not be added to the 2.6.33 longterm 
tree,
please let <sta...@kernel.org> know about it.


>From 589c3ca00b7886bf743998398884cd4f4d354e17 Mon Sep 17 00:00:00 2001
From: Stefan Lippers-Hollmann <s....@gmx.de>
Date: Tue, 2 Aug 2011 22:17:25 +0200
Subject: staging: rtl8192u: declare MODULE_FIRMWARE

From: Stefan Lippers-Hollmann <s....@gmx.de>

commit 589c3ca00b7886bf743998398884cd4f4d354e17 upstream.

declaring MODULE_FIRMWARE has apparently forgotten while removing the embedded
firmware arrays in 0a8692b534e18fcec6eac07551bb37a22659f5c7 (rtl8192u_usb:
Remove built-in firmware images).

Signed-off-by: Stefan Lippers-Hollmann <s....@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gre...@suse.de>

---
 drivers/staging/rtl8192u/r819xU_firmware.c |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

--- a/drivers/staging/rtl8192u/r819xU_firmware.c
+++ b/drivers/staging/rtl8192u/r819xU_firmware.c
@@ -425,10 +425,7 @@ download_firmware_fail:
 
 }
 
-
-
-
-
-
-
+MODULE_FIRMWARE("RTL8192U/boot.img");
+MODULE_FIRMWARE("RTL8192U/main.img");
+MODULE_FIRMWARE("RTL8192U/data.img");
 


Patches currently in longterm-queue-2.6.33 which might be from s....@gmx.de are

/home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/staging-rtl8192u-declare-module_firmware.patch

_______________________________________________
stable mailing list
stable@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to