[PATCH] Minor (janitorial) change to ieee80211
commitd94606e058fccf5e22537bcc6d0f297224350303
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 3 Mar 2006 22:21:55 +0000 (3 16:21 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 17:07:02 +0000 (27 12:07 -0500)
treeb0d67b9df91e72510972dfd1604703c01401799b
parentcfa146e4be274fd04bfdb26b3c96cdfe81a43dc2
[PATCH] Minor (janitorial) change to ieee80211

The attached patch removes a potential problem from ieee80211_wx.c, by changing the name of routine
ipw2100_translate_scan to ieee80211_translate_scan. The problem is minor as the routine is declared
static; however, if it were made global, it would pollute the namespace.

Signed-Off-By: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_wx.c