diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-09-08 16:35:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 15:02:34 -0400 |
commit | 48118b53c6ba0c48440ba552cd7b82c9a9cf530d (patch) | |
tree | bebabe1648287b84f9a5d36c5c3211bdb971f66e /drivers | |
parent | 230da57e68636e35c07b144fd25f4bd7f67c1e1c (diff) |
Staging: rt3090: enable NATIVE_WPA_SUPPLICANT_SUPPORT option
Similarly as it has been done in other in-kernel Ralink drivers
and in openSUSE's rt3090sta package.
Cc: Axel Koellhofer <rain_maker@root-forum.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/rt3090/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rt3090/config.mk b/drivers/staging/rt3090/config.mk index 8a167e99bdb5..4c90c4060d10 100644 --- a/drivers/staging/rt3090/config.mk +++ b/drivers/staging/rt3090/config.mk | |||
@@ -20,7 +20,7 @@ HAS_APCLI=n | |||
20 | HAS_WPA_SUPPLICANT=y | 20 | HAS_WPA_SUPPLICANT=y |
21 | 21 | ||
22 | # Support Native WpaSupplicant for Network Maganger | 22 | # Support Native WpaSupplicant for Network Maganger |
23 | HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n | 23 | HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y |
24 | 24 | ||
25 | #Support Net interface block while Tx-Sw queue full | 25 | #Support Net interface block while Tx-Sw queue full |
26 | HAS_BLOCK_NET_IF=n | 26 | HAS_BLOCK_NET_IF=n |