Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66924
b: refs/heads/master
c: bc4b2b4
h: refs/heads/master
v: v3
  • Loading branch information
Klaus D. Wacker authored and David S. Miller committed Oct 10, 2007
1 parent 86f6fa0 commit d053dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a3138df9f20e726c517f8df7387b5d83f5df5566
refs/heads/master: bc4b2b497aa61c79e3f3444237a4003a254ea565
4 changes: 2 additions & 2 deletions trunk/drivers/s390/net/qeth_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4719,8 +4719,8 @@ qeth_send_packet(struct qeth_card *card, struct sk_buff *skb)
rc = qeth_do_send_packet(card, queue, new_skb, hdr,
elements_needed, ctx);
else {
if ((skb->protocol == htons(ETH_P_ARP)) &&
(card->dev->flags & IFF_NOARP)) {
if ((!card->options.layer2) &&
(ipv == 0)) {
__qeth_free_new_skb(skb, new_skb);
return -EPERM;
}
Expand Down

0 comments on commit d053dea

Please sign in to comment.