aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/320-enable_rt2800.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-12-30 12:30:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-12-30 12:30:18 +0000
commit0127f8afdec43e972d70f4aa7cc18dea61c9e10e (patch)
treeaf92c7fc11f713f349edb38fff3a03470fc18b91 /package/mac80211/patches/320-enable_rt2800.patch
parent4679aa0a68461341960b71258f93e42575de7418 (diff)
downloadmaster-187ad058-0127f8afdec43e972d70f4aa7cc18dea61c9e10e.tar.gz
master-187ad058-0127f8afdec43e972d70f4aa7cc18dea61c9e10e.tar.bz2
master-187ad058-0127f8afdec43e972d70f4aa7cc18dea61c9e10e.zip
[package] mac80211: add experimental support for rt2800 devices (based on a patch by Hauke Mehrtens <hauke at hauke-m.de>)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13773 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/320-enable_rt2800.patch')
-rw-r--r--package/mac80211/patches/320-enable_rt2800.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/mac80211/patches/320-enable_rt2800.patch b/package/mac80211/patches/320-enable_rt2800.patch
index ced410eda9..4b406de3b7 100644
--- a/package/mac80211/patches/320-enable_rt2800.patch
+++ b/package/mac80211/patches/320-enable_rt2800.patch
@@ -1,18 +1,20 @@
--- a/config.mk
+++ b/config.mk
-@@ -156,6 +156,7 @@ CONFIG_ADM8211=m
+@@ -156,6 +156,8 @@ CONFIG_ADM8211=m
CONFIG_RT2X00_LIB_PCI=m
CONFIG_RT2400PCI=m
CONFIG_RT2500PCI=m
+CONFIG_RT2800PCI=m
++CONFIG_RT2800USB=m
NEED_RT2X00=y
# Two rt2x00 drivers require firmware: rt61pci and rt73usb. They depend on
-@@ -197,6 +198,7 @@ CONFIG_RTL8187=m
+@@ -197,6 +199,8 @@ CONFIG_RTL8187=m
# RT2500USB does not require firmware
CONFIG_RT2500USB=m
CONFIG_RT2X00_LIB_USB=m
+CONFIG_RT2X00_LIB_CRYPTO=y
++CONFIG_RT2X00_LIB_HT=y
NEED_RT2X00=y
# RT73USB requires firmware
ifneq ($(CONFIG_CRC_ITU_T),)