summaryrefslogtreecommitdiff
path: root/package/acx-mac80211/patches/002-no_reset.diff
diff options
context:
space:
mode:
authorEugene Konev <ejka@imfi.kspu.ru>2007-10-05 17:55:15 +0000
committerEugene Konev <ejka@imfi.kspu.ru>2007-10-05 17:55:15 +0000
commite4db2c1d418e8d793f791b57f02925d3f9388e7c (patch)
tree249f1d5d60c18d428fe6983337bd9029958abeae /package/acx-mac80211/patches/002-no_reset.diff
parent3c4062a45f764d064fb176f98ba3a8f1c1d41e4f (diff)
downloadmtk-20170518-e4db2c1d418e8d793f791b57f02925d3f9388e7c.zip
mtk-20170518-e4db2c1d418e8d793f791b57f02925d3f9388e7c.tar.gz
mtk-20170518-e4db2c1d418e8d793f791b57f02925d3f9388e7c.tar.bz2
add rough vlynq support
SVN-Revision: 9144
Diffstat (limited to 'package/acx-mac80211/patches/002-no_reset.diff')
-rw-r--r--package/acx-mac80211/patches/002-no_reset.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/acx-mac80211/patches/002-no_reset.diff b/package/acx-mac80211/patches/002-no_reset.diff
deleted file mode 100644
index 1166d07..0000000
--- a/package/acx-mac80211/patches/002-no_reset.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: acx-20070101/pci.c
-===================================================================
---- acx-20070101.orig/pci.c 2007-06-04 13:22:42.489395912 +0200
-+++ acx-20070101/pci.c 2007-06-04 13:22:42.557385576 +0200
-@@ -925,10 +925,13 @@
-
- acx_lock(adev, flags);
-
-- acxpci_l_reset_mac(adev);
--
- ecpu_ctrl = read_reg16(adev, IO_ACX_ECPU_CTRL) & 1;
- if (!ecpu_ctrl) {
-+ acxpci_l_reset_mac(adev);
-+ ecpu_ctrl = read_reg16(adev, IO_ACX_ECPU_CTRL) & 1;
-+ }
-+
-+ if (!ecpu_ctrl) {
- msg = "eCPU is already running. ";
- goto end_unlock;
- }