mirror of https://gitee.com/openkylin/linux.git
Staging: rt2860: enable WPA_SUPPLICANT support
This is needed in order to get NetworkManager to work properly with this driver. More details can be found at https://bugzilla.novell.com/show_bug.cgi?id=437959 Cc: Helmut Schaa <hschaa@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
26f0bcd1cf
commit
127ce13cee
|
@ -6,6 +6,8 @@ EXTRA_CFLAGS += -DRT2860
|
|||
EXTRA_CFLAGS += -DCONFIG_STA_SUPPORT
|
||||
EXTRA_CFLAGS += -DDBG
|
||||
EXTRA_CFLAGS += -DDOT11_N_SUPPORT
|
||||
EXTRA_CFLAGS += -DWPA_SUPPLICANT_SUPPORT
|
||||
EXTRA_CFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
|
||||
|
||||
rt2860sta-objs := \
|
||||
common/md5.o \
|
||||
|
|
Loading…
Reference in New Issue