diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-07-21 06:59:58 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-21 17:44:29 -0400 |
commit | 3f30fc1570626f11e8f3efe5ebd41fe96e847ed1 (patch) | |
tree | 3a626c1887597942cd21202124b5e293dee226d5 /include/net | |
parent | 942875ffc102a6b9992120808e4990eda7a618f6 (diff) |
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')
-rw-r--r-- | include/net/mac80211.h | 2 |
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 { | |||
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 |