Re: [PATCH] Minor (janitorial) change to ieee80211

2006-03-27 Thread John W. Linville
On Fri, Mar 03, 2006 at 04:21:55PM -0600, Larry Finger wrote: > 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 wer

[PATCH] Minor (janitorial) change to ieee80211

2006-03-03 Thread Larry Finger
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 F