summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/110-init_fix_PR_914.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-02 22:28:14 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-02 22:28:14 +0000
commit6b3c1f56d16aa225b7ee2d96f24e74f1b9369954 (patch)
tree251d0439db575209e6a42e9d8546b0724c571b5c /package/madwifi/patches/110-init_fix_PR_914.patch
parentb34619e8be3104dc35bd724eb332dc14c14cabe1 (diff)
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
Diffstat (limited to 'package/madwifi/patches/110-init_fix_PR_914.patch')
-rw-r--r--package/madwifi/patches/110-init_fix_PR_914.patch15
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 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? */