aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2010-07-21 10:59:58 +0000
committerDavid S. Miller <davem@davemloft.net>2010-07-21 14:44:29 -0700
commit3f30fc1570626f11e8f3efe5ebd41fe96e847ed1 (patch)
tree3a626c1887597942cd21202124b5e293dee226d5 /include/net/mac80211.h
parentirda: Use __packed annotation instead IRDA_PACKED macro (diff)
downloadlinux-dev-3f30fc1570626f11e8f3efe5ebd41fe96e847ed1.tar.xz
linux-dev-3f30fc1570626f11e8f3efe5ebd41fe96e847ed1.zip
net: remove last uses of __attribute__((packed))
Network code uses the __packed macro instead of __attribute__((packed)). Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h2
1 files changed, 1 insertions, 1 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 {
s8 idx;
u8 count;
u8 flags;
-} __attribute__((packed));
+} __packed;
/**
* struct ieee80211_tx_info - skb transmit information