All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] mac80211: declare ieee80211_ave_rssi as EXPORT
@ 2012-04-20 15:51 Wey-Yi Guy
  0 siblings, 0 replies; only message in thread
From: Wey-Yi Guy @ 2012-04-20 15:51 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Wey-Yi Guy

ieee80211_ave_rssi need to be declare as export for driver to use it.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
---
 net/mac80211/util.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/mac80211/util.c b/net/mac80211/util.c
index 89c1e5b..c42c49c 100644
--- a/net/mac80211/util.c
+++ b/net/mac80211/util.c
@@ -1801,3 +1801,4 @@ int ieee80211_ave_rssi(struct ieee80211_vif *vif)
 
 	return ifmgd->ave_beacon_signal;
 }
+EXPORT_SYMBOL_GPL(ieee80211_ave_rssi);
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-20 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20 15:51 [PATCH 1/1] mac80211: declare ieee80211_ave_rssi as EXPORT Wey-Yi Guy

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.