diff options
Diffstat (limited to 'net/atm/br2684.c')
-rw-r--r-- | net/atm/br2684.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/br2684.c b/net/atm/br2684.c index d00cca97eb33..b04162f10d85 100644 --- a/net/atm/br2684.c +++ b/net/atm/br2684.c | |||
@@ -372,7 +372,7 @@ static int br2684_setfilt(struct atm_vcc *atmvcc, void __user *arg) | |||
372 | 372 | ||
373 | /* Returns 1 if packet should be dropped */ | 373 | /* Returns 1 if packet should be dropped */ |
374 | static inline int | 374 | static inline int |
375 | packet_fails_filter(u16 type, struct br2684_vcc *brvcc, struct sk_buff *skb) | 375 | packet_fails_filter(__be16 type, struct br2684_vcc *brvcc, struct sk_buff *skb) |
376 | { | 376 | { |
377 | if (brvcc->filter.netmask == 0) | 377 | if (brvcc->filter.netmask == 0) |
378 | return 0; /* no filter in place */ | 378 | return 0; /* no filter in place */ |