From: Holger Schurig Date: Thu, 15 Nov 2007 23:05:47 +0000 (-0500) Subject: libertas: move to uniform lbs_/LBS_ namespace X-Git-Tag: v2.6.25-rc1~1162^2~544 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1007832103d016d1563fab71d4cf2b057a0bcceb;p=pandora-kernel.git libertas: move to uniform lbs_/LBS_ namespace This patch unifies the namespace of variables, functions defines and structures. It does: - rename libertas_XXX to lbs_XXX - rename LIBERTAS_XXX to lbs_XXX - rename wlan_XXX to lbs_XXX - rename WLAN_XXX to LBS_XXX (but only those that were defined in libertas-local *.h files, e.g. not defines from net/ieee80211.h) While passing, I fixed some checkpatch.pl errors too. Signed-off-by: Holger Schurig Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed