From: Holger Schurig Date: Thu, 22 Oct 2009 13:30:45 +0000 (+0200) Subject: libertas: remove unused 11d code X-Git-Tag: v2.6.33-rc1~388^2~599^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37b4fdd43f7e5686c40181f33a50a7ee03ddbd8;p=pandora-kernel.git libertas: remove unused 11d code Most of the 11d code was protected with an "if (priv->enable11d)" clause. But there was no code that anywhere that was able to set this variable to true. So all 11d code was dead for almost a year and no one complained. That's enought incentive to remove this code. Besides removing old cruft, we gain back the 11d capability in a common way when we merge the cfg80211 functionality. Signed-off-by: Holger Schurig Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed