projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refresh madwifi-testing patches
[openwrt.git]
/
package
/
madwifi
/
patches-r3776
/
330-bstuck_thresh.patch
diff --git
a/package/madwifi/patches-r3776/330-bstuck_thresh.patch
b/package/madwifi/patches-r3776/330-bstuck_thresh.patch
index
e2e502d
..
5f864bb
100644
(file)
--- a/
package/madwifi/patches-r3776/330-bstuck_thresh.patch
+++ b/
package/madwifi/patches-r3776/330-bstuck_thresh.patch
@@
-1,7
+1,5
@@
-Index: madwifi-trunk-r3776/ath/if_ath.c
-===================================================================
---- madwifi-trunk-r3776.orig/ath/if_ath.c 2008-07-17 04:11:45.000000000 +0200
-+++ madwifi-trunk-r3776/ath/if_ath.c 2008-07-17 04:12:51.000000000 +0200
+--- a/ath/if_ath.c
++++ b/ath/if_ath.c
@@ -354,6 +354,7 @@
static int ath_outdoor = AH_FALSE; /* enable outdoor use */
static int ath_xchanmode = AH_TRUE; /* enable extended channels */
@@ -354,6 +354,7 @@
static int ath_outdoor = AH_FALSE; /* enable outdoor use */
static int ath_xchanmode = AH_TRUE; /* enable extended channels */
@@
-34,7
+32,7
@@
Index: madwifi-trunk-r3776/ath/if_ath.c
MODULE_PARM_DESC(autocreate, "Create ath device in "
"[sta|ap|wds|adhoc|ahdemo|monitor] mode. defaults to sta, use "
"'none' to disable");
MODULE_PARM_DESC(autocreate, "Create ath device in "
"[sta|ap|wds|adhoc|ahdemo|monitor] mode. defaults to sta, use "
"'none' to disable");
-@@ -523
8,7 +5242
,7 @@
+@@ -523
9,7 +5243
,7 @@
DPRINTF(sc, ATH_DEBUG_BEACON_PROC,
"Missed %u consecutive beacons (n_beacon=%u)\n",
sc->sc_bmisscount, n_beacon);
DPRINTF(sc, ATH_DEBUG_BEACON_PROC,
"Missed %u consecutive beacons (n_beacon=%u)\n",
sc->sc_bmisscount, n_beacon);
@@
-43,7
+41,7
@@
Index: madwifi-trunk-r3776/ath/if_ath.c
ATH_SCHEDULE_TQUEUE(&sc->sc_bstucktq, needmark);
return;
}
ATH_SCHEDULE_TQUEUE(&sc->sc_bstucktq, needmark);
return;
}
-@@ -54
09,7 +5413
,7 @@
+@@ -54
10,7 +5414
,7 @@
* check will be true, in which case return
* without resetting the driver.
*/
* check will be true, in which case return
* without resetting the driver.
*/
This page took
0.019591 seconds
and
4
git commands to generate.