aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/mac80211.h2
-rw-r--r--net/ipv4/netfilter/ipt_CLUSTERIP.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 7f256e23c57f..23e46cee06f9 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -412,7 +412,7 @@ struct ieee80211_tx_rate {
412 s8 idx; 412 s8 idx;
413 u8 count; 413 u8 count;
414 u8 flags; 414 u8 flags;
415} __attribute__((packed)); 415} __packed;
416 416
417/** 417/**
418 * struct ieee80211_tx_info - skb transmit information 418 * struct ieee80211_tx_info - skb transmit information
diff --git a/net/ipv4/netfilter/ipt_CLUSTERIP.c b/net/ipv4/netfilter/ipt_CLUSTERIP.c
index 64d0875f5192..3a43cf36db87 100644
--- a/net/ipv4/netfilter/ipt_CLUSTERIP.c
+++ b/net/ipv4/netfilter/ipt_CLUSTERIP.c
@@ -469,7 +469,7 @@ struct arp_payload {
469 __be32 src_ip; 469 __be32 src_ip;
470 u_int8_t dst_hw[ETH_ALEN]; 470 u_int8_t dst_hw[ETH_ALEN];
471 __be32 dst_ip; 471 __be32 dst_ip;
472} __attribute__ ((packed)); 472} __packed;
473 473
474#ifdef DEBUG 474#ifdef DEBUG
475static void arp_print(struct arp_payload *payload) 475static void arp_print(struct arp_payload *payload)