]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf507db78b7856abd8c6e44a230e54c3bf55f4fa1
tree252c64fa6c6bcfc7b42fe014b0f4bf2bd80ad0e8
parent7f9a4e4add50616a6c3ca499e8af6de0bf43e832
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