From: Randy Dunlap <randy.dunlap@oracle.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"linville@tuxdriver.com" <linville@tuxdriver.com>
Subject: [PATCH] wireless: fix for CONFIG_NL80211=n
Date: Thu, 12 Feb 2009 09:38:32 -0800 [thread overview]
Message-ID: <49945E98.70002@oracle.com> (raw)
In-Reply-To: <20090212194408.ff7489c1.sfr@canb.auug.org.au>
From: Randy Dunlap <randy.dunlap@oracle.com>
Add empty function for case of CONFIG_NL80211=n:
net/wireless/scan.c:35: error: implicit declaration of function 'nl80211_send_scan_aborted'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
net/wireless/nl80211.h | 4 ++++
1 file changed, 4 insertions(+)
--- linux-next-20090212.orig/net/wireless/nl80211.h
+++ linux-next-20090212/net/wireless/nl80211.h
@@ -27,6 +27,10 @@ static inline void
nl80211_send_scan_done(struct cfg80211_registered_device *rdev,
struct net_device *netdev)
{}
+static inline void nl80211_send_scan_aborted(
+ struct cfg80211_registered_device *rdev,
+ struct net_device *netdev)
+{}
#endif /* CONFIG_NL80211 */
#endif /* __NET_WIRELESS_NL80211_H */
next prev parent reply other threads:[~2009-02-12 17:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-12 8:44 linux-next: Tree for February 12 Stephen Rothwell
2009-02-12 10:42 ` next-20090212: drivers/watchdog/ks8695_wdt.c:68: error: 'CLOCK_TICK_RATE' undeclared (first use in this function) Alexey Dobriyan
2009-02-12 16:44 ` linux-next: Tree for February 12 (ide) Randy Dunlap
2009-02-17 14:19 ` Bartlomiej Zolnierkiewicz
2009-02-18 17:17 ` Randy Dunlap
2009-02-18 18:58 ` Bartlomiej Zolnierkiewicz
2009-02-12 17:38 ` Randy Dunlap [this message]
2009-02-12 18:19 ` [PATCH -next] media/zoran: fix printk format Randy Dunlap
2009-02-12 18:43 ` [PATCH -next] x86_32: fix printk formats Randy Dunlap
2009-02-13 8:25 ` Ingo Molnar
2009-02-13 16:38 ` Randy Dunlap
2009-02-13 16:49 ` Jaswinder Singh Rajput
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=49945E98.70002@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=sfr@canb.auug.org.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).