From: Johannes Berg Date: Fri, 15 Jul 2011 11:01:38 +0000 (+0200) Subject: cfg80211: remove unused wext handler exports X-Git-Tag: v3.2-rc1~129^2~422^2^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b0c5c6995103eef56391c163e970ab1f03b59f;p=pandora-kernel.git cfg80211: remove unused wext handler exports A lot of code is dedicated to giving drivers the ability to use cfg80211's wext handlers without completely converting. However, only orinoco is currently using this, and it is only partially using it. We reduce the size of both the source and binary by removing those that nobody needs. If a driver shows up that needs it during conversion, we can add back those that are needed. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed