diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2007-04-22 00:56:29 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-05-08 17:51:59 +0200 |
commit | f5cdf30618cf855c2043e5c0c131ebb120929864 (patch) | |
tree | 189eb22a99d2c7de6ef083ccd78a5dee52a44f4b /include/net | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 (diff) | |
download | linux-f5cdf30618cf855c2043e5c0c131ebb120929864.tar.xz linux-f5cdf30618cf855c2043e5c0c131ebb120929864.zip |
[PATCH] ieee80211: add ieee80211_channel_to_freq
The routines that interrogate the ieee80211_geo struct are missing a
channel to frequency entry. This patch adds it.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ieee80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index d56b2923d61a..bbd85cd61ed5 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h @@ -1291,6 +1291,8 @@ extern u8 ieee80211_get_channel_flags(struct ieee80211_device *ieee, extern const struct ieee80211_channel *ieee80211_get_channel(struct ieee80211_device *ieee, u8 channel); +extern u32 ieee80211_channel_to_freq(struct ieee80211_device * ieee, + u8 channel); /* ieee80211_wx.c */ extern int ieee80211_wx_get_scan(struct ieee80211_device *ieee, |