aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless
diff options
context:
space:
mode:
authorThomas Pedersen <thomas@cozybit.com>2012-03-05 15:31:47 -0800
committerJohn W. Linville <linville@tuxdriver.com>2012-03-06 15:16:17 -0500
commit8097e1494459a4f9cdbaba7440334d9bd11a39f0 (patch)
treec04b23569e81b35711a56f55ae60ad8ebf6e0563 /net/wireless
parentiwlwifi: move firmware completion wait (diff)
downloadlinux-dev-8097e1494459a4f9cdbaba7440334d9bd11a39f0.tar.xz
linux-dev-8097e1494459a4f9cdbaba7440334d9bd11a39f0.zip
cfg80211: expose cfg80211_calculate_bitrate()
Signed-off-by: Thomas Pedersen <thomas@cozybit.com> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless')
-rw-r--r--net/wireless/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/util.c b/net/wireless/util.c
index 9aa9db6c8141..1b7a08df933c 100644
--- a/net/wireless/util.c
+++ b/net/wireless/util.c
@@ -904,6 +904,7 @@ u16 cfg80211_calculate_bitrate(struct rate_info *rate)
/* do NOT round down here */
return (bitrate + 50000) / 100000;
}
+EXPORT_SYMBOL(cfg80211_calculate_bitrate);
int cfg80211_validate_beacon_int(struct cfg80211_registered_device *rdev,
u32 beacon_int)