diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-02 22:28:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-02 22:28:14 +0000 |
commit | 9c7edf0ad03b39f7571bad2c92df133c8c2f78c8 (patch) | |
tree | f2c0256a4fd0e0cf3b1ba79ca1855bd993619791 /package/madwifi/patches/110-init_fix_PR_914.patch | |
parent | 93df90ed3eb240d9d88c983fd74a23a5dbffe5d3 (diff) | |
download | mtk-20170518-9c7edf0ad03b39f7571bad2c92df133c8c2f78c8.zip mtk-20170518-9c7edf0ad03b39f7571bad2c92df133c8c2f78c8.tar.gz mtk-20170518-9c7edf0ad03b39f7571bad2c92df133c8c2f78c8.tar.bz2 |
update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode issues, needs more testing
SVN-Revision: 9648
Diffstat (limited to 'package/madwifi/patches/110-init_fix_PR_914.patch')
-rw-r--r-- | package/madwifi/patches/110-init_fix_PR_914.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/madwifi/patches/110-init_fix_PR_914.patch b/package/madwifi/patches/110-init_fix_PR_914.patch deleted file mode 100644 index f14f536..0000000 --- a/package/madwifi/patches/110-init_fix_PR_914.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: madwifi-ng-r2834-20071106/ath/if_ath.c -=================================================================== ---- madwifi-ng-r2834-20071106.orig/ath/if_ath.c 2007-11-07 14:02:00.533401273 +0100 -+++ madwifi-ng-r2834-20071106/ath/if_ath.c 2007-11-07 14:02:00.957425434 +0100 -@@ -2122,7 +2122,10 @@ - ath_draintxq(sc); - if (!sc->sc_invalid) { - ath_stoprecv(sc); -+ -+ /* XXX: this helps to avoid crashes on ifconfig down/up - ath_hal_phydisable(ah); -+ */ - } else - sc->sc_rxlink = NULL; - ath_beacon_free(sc); /* XXX needed? */ |