projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mac80211: reduce cpu load by optimizing aggregation session timeout handling
[openwrt.git]
/
package
/
mac80211
/
patches
/
430-ath5k_disable_fast_cc.patch
diff --git
a/package/mac80211/patches/430-ath5k_disable_fast_cc.patch
b/package/mac80211/patches/430-ath5k_disable_fast_cc.patch
index
1948714
..
68d5db0
100644
(file)
--- a/
package/mac80211/patches/430-ath5k_disable_fast_cc.patch
+++ b/
package/mac80211/patches/430-ath5k_disable_fast_cc.patch
@@
-13,6
+13,6
@@
if (fast && (ah->ah_radio != AR5K_RF2413) &&
(ah->ah_radio != AR5K_RF5413))
+#endif
- fast =
0
;
+ fast =
false
;
/* Disable sleep clock operation
This page took
0.021038 seconds
and
4
git commands to generate.