cfg80211: remove unused wext handler exports
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2011 11:01:38 +0000 (13:01 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Aug 2011 18:26:29 +0000 (14:26 -0400)
commit04b0c5c6995103eef56391c163e970ab1f03b59f
tree252c64fa6c6bcfc7b42fe014b0f4bf2bd80ad0e8
parent67a50035b3f9335b9e5800c32149173e797b9cc0
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 <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211-wext.h
net/wireless/wext-compat.c
net/wireless/wext-compat.h
net/wireless/wext-sme.c