mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	Refresh patches for all targets supporting 4.1 and not marked broken. Compile-tested on all targets using 4.1 and not marked broken. Changes to generic/610-netfilter_match_bypass_default_checks.patch based on84d489f64f. Changes to generic/666-Add-support-for-MAP-E-FMRs-mesh-mode.patch based ona90ee92337. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
		
			
				
	
	
		
			23 lines
		
	
	
		
			655 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			655 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/net/sched/sch_api.c
 | |
| +++ b/net/sched/sch_api.c
 | |
| @@ -1962,7 +1962,7 @@ static int __init pktsched_init(void)
 | |
|  		return err;
 | |
|  	}
 | |
|  
 | |
| -	register_qdisc(&pfifo_fast_ops);
 | |
| +	register_qdisc(&fq_codel_qdisc_ops);
 | |
|  	register_qdisc(&pfifo_qdisc_ops);
 | |
|  	register_qdisc(&bfifo_qdisc_ops);
 | |
|  	register_qdisc(&pfifo_head_drop_qdisc_ops);
 | |
| --- a/net/sched/sch_generic.c
 | |
| +++ b/net/sched/sch_generic.c
 | |
| @@ -31,7 +31,7 @@
 | |
|  #include <net/dst.h>
 | |
|  
 | |
|  /* Qdisc to use by default */
 | |
| -const struct Qdisc_ops *default_qdisc_ops = &pfifo_fast_ops;
 | |
| +const struct Qdisc_ops *default_qdisc_ops = &fq_codel_qdisc_ops;
 | |
|  EXPORT_SYMBOL(default_qdisc_ops);
 | |
|  
 | |
|  /* Main transmission queue. */
 |