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
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