diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2014-05-19 20:32:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-19 15:23:20 -0700 |
commit | a30d534bdab1bec46cca2a58bafdbadd7a64f081 (patch) | |
tree | 28b6872ba4da8815b22deb54200adab9502c8618 /drivers/staging/vt6656/Makefile | |
parent | 0264b7b7fb44e78414d16fa5142cea4b9799609a (diff) |
staging: vt6656: Remove dead code hostap.
It is based on viawget, proprietary version of wpa supplicant.
The code is not compatible with the current version of hostapd.
It may be possible to implement when the driver is fully converted
to mac80211.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/Makefile')
-rw-r--r-- | drivers/staging/vt6656/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/Makefile b/drivers/staging/vt6656/Makefile index 1d829b46c2e7..47b60753bb23 100644 --- a/drivers/staging/vt6656/Makefile +++ b/drivers/staging/vt6656/Makefile @@ -19,7 +19,6 @@ vt6656_stage-y += main_usb.o \ rc4.o \ tether.o \ tcrc.o \ - hostap.o \ wpa.o \ key.o \ tkip.o \ |