Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 742e9910 authored by Andrew Morton's avatar Andrew Morton Committed by Jeff Garzik
Browse files

[PATCH] ipw2200: fix ieee80211_get_geo typo



testing much?

Cc: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b3f1b8cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1852,7 +1852,7 @@ static ssize_t show_channels(struct device *d,
			     char *buf)
			     char *buf)
{
{
	struct ipw_priv *priv = dev_get_drvdata(d);
	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;
	int len = 0, i;


	len = sprintf(&buf[len],
	len = sprintf(&buf[len],