refresh 2.6.30 patches
[openwrt-10.03/.git] / target / linux / generic-2.6 / patches-2.6.30 / 260-extend_pfifo_fast.patch
index ad9e9badd3128ec35e96fda3a8367c299a747ce6..2ad7adfb8e6fa92ea2d012af9ef500c77e98b871 100644 (file)
@@ -85,7 +85,7 @@
  
        for (prio = 0; prio < PFIFO_FAST_BANDS; prio++)
                skb_queue_head_init(list + prio);
-@@ -453,9 +490,36 @@ static int pfifo_fast_init(struct Qdisc 
+@@ -453,9 +490,36 @@ static int pfifo_fast_init(struct Qdisc
        return 0;
  }