[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1234889057.29785.5.camel@johannes.local>
Date: Tue, 17 Feb 2009 17:44:17 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: lkml <linux-kernel@...r.kernel.org>,
linux-wireless@...r.kernel.org, akpm <akpm@...ux-foundation.org>,
linville@...driver.com
Subject: Re: [PATCH -next/mmotm/resend/lost] wireless: fix for
CONFIG_NL80211=n
On Fri, 2009-02-13 at 16:39 -0800, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@...cle.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@...cle.com>
bump &
Acked-by: Johannes Berg <johannes@...solutions.net>
I forgot this when adding the scan abort part.
> ---
> 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 */
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists