Declare the module license, so that debugfs will happily export its symbols to us. Signed-off-by: Stefano Brivio <stefano.brivio@xxxxxxxxx> --- Index: wireless-2.6/net/mac80211/rc80211_pid_algo.c =================================================================== --- wireless-2.6.orig/net/mac80211/rc80211_pid_algo.c +++ wireless-2.6/net/mac80211/rc80211_pid_algo.c @@ -12,12 +12,17 @@ #include <linux/netdevice.h> #include <linux/types.h> #include <linux/skbuff.h> +#include <linux/debugfs.h> #include <net/mac80211.h> #include "ieee80211_rate.h" #include "rc80211_pid.h" +MODULE_DESCRIPTION("PID controller based rate control algorithm"); +MODULE_AUTHOR("Stefano Brivio"); +MODULE_AUTHOR("Mattias Nissler"); +MODULE_LICENSE("GPL"); /* This is an implementation of a TX rate control algorithm that uses a PID * controller. Given a target failed frames rate, the controller decides about Index: wireless-2.6/net/mac80211/rc80211_pid_debugfs.c =================================================================== --- wireless-2.6.orig/net/mac80211/rc80211_pid_debugfs.c +++ wireless-2.6/net/mac80211/rc80211_pid_debugfs.c @@ -11,6 +11,7 @@ #include <linux/netdevice.h> #include <linux/types.h> #include <linux/skbuff.h> +#include <linux/debugfs.h> #include <net/mac80211.h> #include "ieee80211_rate.h" -- Ciao Stefano - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html