Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256145
b: refs/heads/master
c: fa36612
h: refs/heads/master
i:
  256143: 5156b8a
v: v3
  • Loading branch information
David S. Miller committed Jul 7, 2011
1 parent 541f6c7 commit 6bdc8b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a9d69179f294691bdfd1278f64212a9a7815b0e
refs/heads/master: fa366124ef3aab35e378ae141f379c133d839943
7 changes: 0 additions & 7 deletions trunk/net/rose/rose_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,6 @@ void rose_transmit_link(struct sk_buff *skb, struct rose_neigh *neigh)
{
unsigned char *dptr;

#if 0
if (call_fw_firewall(PF_ROSE, skb->dev, skb->data, NULL, &skb) != FW_ACCEPT) {
kfree_skb(skb);
return;
}
#endif

if (neigh->loopback) {
rose_loopback_queue(skb, neigh);
return;
Expand Down
5 changes: 0 additions & 5 deletions trunk/net/rose/rose_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,11 +864,6 @@ int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
int res = 0;
char buf[11];

#if 0
if (call_in_firewall(PF_ROSE, skb->dev, skb->data, NULL, &skb) != FW_ACCEPT)
return res;
#endif

if (skb->len < ROSE_MIN_LEN)
return res;
frametype = skb->data[2];
Expand Down

0 comments on commit 6bdc8b7

Please sign in to comment.