From 6b3c1f56d16aa225b7ee2d96f24e74f1b9369954 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 2 Dec 2007 22:28:14 +0000 Subject: update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode issues, needs more testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9648 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches/110-init_fix_PR_914.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package/madwifi/patches/110-init_fix_PR_914.patch (limited to 'package/madwifi/patches/110-init_fix_PR_914.patch') 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 f14f53680..000000000 --- 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? */ -- cgit v1.2.3