All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Brivio <stefano.brivio@polimi.it>
To: Michael Buesch <mb@bu3sch.de>, John Linville <linville@tuxdriver.com>
Cc: Mattias Nissler <mattias.nissler@gmx.de>, linux-wireless@vger.kernel.org
Subject: [PATCH 1/2] rc80211-pid: fix debugfs missing symbols
Date: Fri, 21 Dec 2007 00:02:55 +0100	[thread overview]
Message-ID: <20071221000255.5887a71c@morte> (raw)
In-Reply-To: <200712202035.45909.mb@bu3sch.de>

Declare the module license, so that debugfs will happily export its
symbols to us.

Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
---
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

  parent reply	other threads:[~2007-12-20 23:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-20 19:20 mac80211: rc algos broken Michael Buesch
2007-12-20 19:35 ` Michael Buesch
2007-12-20 20:51   ` Stefano Brivio
2007-12-21 14:13     ` John W. Linville
2007-12-20 23:02   ` Stefano Brivio [this message]
2007-12-20 23:05   ` [PATCH 2/2] mac80211: fix breakage Stefano Brivio
2007-12-20 23:44   ` [PATCH v2 " Stefano Brivio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071221000255.5887a71c@morte \
    --to=stefano.brivio@polimi.it \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mattias.nissler@gmx.de \
    --cc=mb@bu3sch.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.