Skip to content

Commit

Permalink
[PATCH] ipw2200: fix ieee80211_get_geo typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Apr 28, 2007
1 parent b3f1b8c commit 742e991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 742e991

Please sign in to comment.