Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203663
b: refs/heads/master
c: 3f30fc1
h: refs/heads/master
i:
  203661: 71ac009
  203659: acddf81
  203655: 70dbdc3
  203647: de843db
v: v3
  • Loading branch information
Gustavo F. Padovan authored and David S. Miller committed Jul 21, 2010
1 parent 704073c commit 68b9492
Show file tree
Hide file tree
Showing 3 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: 942875ffc102a6b9992120808e4990eda7a618f6
refs/heads/master: 3f30fc1570626f11e8f3efe5ebd41fe96e847ed1
2 changes: 1 addition & 1 deletion trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ struct ieee80211_tx_rate {
s8 idx;
u8 count;
u8 flags;
} __attribute__((packed));
} __packed;

/**
* struct ieee80211_tx_info - skb transmit information
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ipt_CLUSTERIP.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ struct arp_payload {
__be32 src_ip;
u_int8_t dst_hw[ETH_ALEN];
__be32 dst_ip;
} __attribute__ ((packed));
} __packed;

#ifdef DEBUG
static void arp_print(struct arp_payload *payload)
Expand Down

0 comments on commit 68b9492

Please sign in to comment.