projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c26736e
)
[PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd.
author
Roel Kluin
<12o3l@tiscali.nl>
Fri, 1 Feb 2008 01:08:47 +0000
(17:08 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 Feb 2008 03:28:29 +0000
(19:28 -0800)
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_teql.c
patch
|
blob
|
history
diff --git
a/net/sched/sch_teql.c
b/net/sched/sch_teql.c
index 1411c7b1fbdc4de0f7103cfb559a78369a4195cc..0444fd0f0d2298228934a6f06ca54913f3280b8b 100644
(file)
--- a/
net/sched/sch_teql.c
+++ b/
net/sched/sch_teql.c
@@
-71,7
+71,7
@@
struct teql_sched_data
#define NEXT_SLAVE(q) (((struct teql_sched_data*)qdisc_priv(q))->next)
-#define FMASK (IFF_BROADCAST|IFF_POINTOPOINT
|IFF_BROADCAST
)
+#define FMASK (IFF_BROADCAST|IFF_POINTOPOINT)
/* "teql*" qdisc routines */