ath6kl: remove all the wext and super extended private ioctl crap
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 30 Mar 2011 00:56:06 +0000 (17:56 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 05:58:06 +0000 (22:58 -0700)
commit69e87c22b64b9bb03ed90fc9ed201cf41ee4f44e
treecf6032af95492ec1683ebdf205eaaf6b866c6029
parent8efba264d45d0af4b7c64373262dbcc01059b602
ath6kl: remove all the wext and super extended private ioctl crap

This removes all the wext and super extended ioctl crap.
The wext interfaces are already provided by cfg80211 and
the "private" ioctl stuff defined here is not even using
private wext, they are using netdev private ioctls!
This is completely unacceptable upstream. Die. Die Die.

As part of all this we end up removing the
CONFIG_HOST_GPIO_SUPPORT which ended up being heavily
abused by the internal ioctl work.

Cc: Naveen Singh <nsingh@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ath6kl/Kconfig
drivers/staging/ath6kl/Makefile
drivers/staging/ath6kl/include/a_drv_api.h
drivers/staging/ath6kl/os/linux/ar6000_drv.c
drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
drivers/staging/ath6kl/os/linux/include/config_linux.h
drivers/staging/ath6kl/os/linux/ioctl.c [deleted file]
drivers/staging/ath6kl/os/linux/wireless_ext.c [deleted file]
drivers/staging/ath6kl/wmi/wmi.c