summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/303-rt2x00-Allocate-DMA-rt2800pci.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-06-02 18:48:52 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-06-02 18:48:52 +0000
commit81d3b7905b83498b2127641fd7c45bf638536505 (patch)
tree50d3c0f29f18f9f90234dfd97e79f194daceaa3f /package/mac80211/patches/303-rt2x00-Allocate-DMA-rt2800pci.patch
parentbbda08d3082b5fd9687c78e91fd9350b7d93a208 (diff)
downloadmtk-20170518-81d3b7905b83498b2127641fd7c45bf638536505.zip
mtk-20170518-81d3b7905b83498b2127641fd7c45bf638536505.tar.gz
mtk-20170518-81d3b7905b83498b2127641fd7c45bf638536505.tar.bz2
Update to compat-wireless-2009-06-02
SVN-Revision: 16300
Diffstat (limited to 'package/mac80211/patches/303-rt2x00-Allocate-DMA-rt2800pci.patch')
-rw-r--r--package/mac80211/patches/303-rt2x00-Allocate-DMA-rt2800pci.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mac80211/patches/303-rt2x00-Allocate-DMA-rt2800pci.patch b/package/mac80211/patches/303-rt2x00-Allocate-DMA-rt2800pci.patch
deleted file mode 100644
index 7c623a5..0000000
--- a/package/mac80211/patches/303-rt2x00-Allocate-DMA-rt2800pci.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From ff3453072abf45ccf05e83f69c69951f3d7f7160 Mon Sep 17 00:00:00 2001
-From: Ivo van Doorn <IvDoorn@gmail.com>
-Date: Sun, 26 Apr 2009 17:35:38 +0200
-Subject: [PATCH 3/4] rt2x00: Allocate DMA (rt2800pci)
-
-Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
----
- drivers/net/wireless/rt2x00/rt2800pci.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
---- a/drivers/net/wireless/rt2x00/rt2800pci.c
-+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
-@@ -2906,6 +2906,7 @@ static int rt2800pci_probe_hw(struct rt2
- if (!rt2x00_rt(&rt2x00dev->chip, RT2880) &&
- !rt2x00_rt(&rt2x00dev->chip, RT3052))
- __set_bit(DRIVER_REQUIRE_FIRMWARE, &rt2x00dev->flags);
-+ __set_bit(DRIVER_REQUIRE_DMA, &rt2x00dev->flags);
- __set_bit(DRIVER_REQUIRE_L2PAD, &rt2x00dev->flags);
- if (!modparam_nohwcrypt)
- __set_bit(CONFIG_SUPPORT_HW_CRYPTO, &rt2x00dev->flags);