commit | d94606e058fccf5e22537bcc6d0f297224350303 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Mar 03 16:21:55 2006 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 27 12:07:02 2006 -0500 |
tree | b0d67b9df91e72510972dfd1604703c01401799b | |
parent | cfa146e4be274fd04bfdb26b3c96cdfe81a43dc2 [diff] |
[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>