From: Larry Finger Date: Fri, 3 Mar 2006 22:21:55 +0000 (-0600) Subject: [PATCH] Minor (janitorial) change to ieee80211 X-Git-Tag: v2.6.17-rc1~158^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d94606e058fccf5e22537bcc6d0f297224350303;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed