* [PATCH] cfg80211: export cfg80211_wext_siwfreq
@ 2009-08-13 17:39 Jussi Kivilinna
2009-08-13 19:31 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: Jussi Kivilinna @ 2009-08-13 17:39 UTC (permalink / raw)
To: linux-wireless; +Cc: John W. Linville, Johannes Berg
cfg80211_wext_siwfreq() should be exported with EXPORT_SYMBOL_GPL.
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
---
net/wireless/wext-compat.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/wireless/wext-compat.c b/net/wireless/wext-compat.c
index c449174..c12029b 100644
--- a/net/wireless/wext-compat.c
+++ b/net/wireless/wext-compat.c
@@ -771,6 +771,7 @@ int cfg80211_wext_siwfreq(struct net_device *dev,
return err;
}
}
+EXPORT_SYMBOL_GPL(cfg80211_wext_siwfreq);
int cfg80211_wext_giwfreq(struct net_device *dev,
struct iw_request_info *info,
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cfg80211: export cfg80211_wext_siwfreq
2009-08-13 17:39 [PATCH] cfg80211: export cfg80211_wext_siwfreq Jussi Kivilinna
@ 2009-08-13 19:31 ` Johannes Berg
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2009-08-13 19:31 UTC (permalink / raw)
To: Jussi Kivilinna; +Cc: linux-wireless, John W. Linville
[-- Attachment #1: Type: text/plain, Size: 811 bytes --]
On Thu, 2009-08-13 at 20:39 +0300, Jussi Kivilinna wrote:
> cfg80211_wext_siwfreq() should be exported with EXPORT_SYMBOL_GPL.
Indeed, thanks.
> Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
> ---
>
> net/wireless/wext-compat.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/net/wireless/wext-compat.c b/net/wireless/wext-compat.c
> index c449174..c12029b 100644
> --- a/net/wireless/wext-compat.c
> +++ b/net/wireless/wext-compat.c
> @@ -771,6 +771,7 @@ int cfg80211_wext_siwfreq(struct net_device *dev,
> return err;
> }
> }
> +EXPORT_SYMBOL_GPL(cfg80211_wext_siwfreq);
>
> int cfg80211_wext_giwfreq(struct net_device *dev,
> struct iw_request_info *info,
>
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-13 19:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13 17:39 [PATCH] cfg80211: export cfg80211_wext_siwfreq Jussi Kivilinna
2009-08-13 19:31 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox