diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-28 16:02:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-28 16:02:14 +0000 |
commit | ec70a7a19f472cca7f657ba96f3fcdeb2dd90198 (patch) | |
tree | 5d3293583537cc8a146f6bc4153980f6c2c7843c /package/acx-mac80211/patches/002-no_reset.diff | |
parent | 902db2062ef52cfdc75c618bb0728c5fa47f4880 (diff) | |
download | mtk-20170518-ec70a7a19f472cca7f657ba96f3fcdeb2dd90198.zip mtk-20170518-ec70a7a19f472cca7f657ba96f3fcdeb2dd90198.tar.gz mtk-20170518-ec70a7a19f472cca7f657ba96f3fcdeb2dd90198.tar.bz2 |
add acx-mac80211 (thanks to Matteo Croce)
SVN-Revision: 8531
Diffstat (limited to 'package/acx-mac80211/patches/002-no_reset.diff')
-rw-r--r-- | package/acx-mac80211/patches/002-no_reset.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/acx-mac80211/patches/002-no_reset.diff b/package/acx-mac80211/patches/002-no_reset.diff new file mode 100644 index 0000000..1166d07 --- /dev/null +++ b/package/acx-mac80211/patches/002-no_reset.diff @@ -0,0 +1,20 @@ +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; + } |