]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ipw2200: fix ieee80211_get_geo typo
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 1 Mar 2007 13:19:29 +0000 (08:19 -0500)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 15:00:55 +0000 (11:00 -0400)
testing much?

Cc: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2200.c

index 2069908a306653938faeba82a6b84bed16a79368..7cb2052a55a5e085d73605c40fa8db4f78e91c72 100644 (file)
@@ -1852,7 +1852,7 @@ static ssize_t show_channels(struct device *d,
                             char *buf)
 {
        struct ipw_priv *priv = dev_get_drvdata(d);
-       const struct ieee80211_geo *geo = ipw_get_geo(priv->ieee);
+       const struct ieee80211_geo *geo = ieee80211_get_geo(priv->ieee);
        int len = 0, i;
 
        len = sprintf(&buf[len],