mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
compat-wireless: update to 2.6.39-1-sn.
This commit is contained in:
14
src/patches/compat-wireless-2.6.39_kfifo_module_info.patch
Normal file
14
src/patches/compat-wireless-2.6.39_kfifo_module_info.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff -Naur compat-wireless-2.6.39-1-sn.org/compat/kfifo.c compat-wireless-2.6.39-1-sn/compat/kfifo.c
|
||||
--- compat-wireless-2.6.39-1-sn.org/compat/kfifo.c 2011-05-24 01:43:48.000000000 +0200
|
||||
+++ compat-wireless-2.6.39-1-sn/compat/kfifo.c 2011-05-24 17:20:06.956818313 +0200
|
||||
@@ -27,6 +27,10 @@
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/kfifo.h>
|
||||
|
||||
+MODULE_LICENSE("GPL");
|
||||
+MODULE_AUTHOR("Stefani Seibold <stefani@seibold.net>");
|
||||
+MODULE_DESCRIPTION("A generic kernel FIFO implementation");
|
||||
+
|
||||
/*
|
||||
* internal helper to calculate the unused elements in a fifo
|
||||
*/
|
||||
Reference in New Issue
Block a user