linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wl1271: remove deprecated __attribute__ ((packed))
@ 2010-10-05 12:02 Luciano Coelho
  2010-10-05 12:09 ` Luciano Coelho
  0 siblings, 1 reply; 2+ messages in thread
From: Luciano Coelho @ 2010-10-05 12:02 UTC (permalink / raw)
  To: linux-wireless

One __attribute__ ((packed)) has been accidentally introduced in commit
be86cbea1e9c3a4dd8faedcfa327495d09fe3531.  This patch changes it to __packed.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
---
 drivers/net/wireless/wl12xx/wl1271_cmd.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/wl1271_cmd.h b/drivers/net/wireless/wl12xx/wl1271_cmd.h
index ed80bec..a0caf4f 100644
--- a/drivers/net/wireless/wl12xx/wl1271_cmd.h
+++ b/drivers/net/wireless/wl12xx/wl1271_cmd.h
@@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state {
 
 	u8 state;
 	u8 padding[3];
-} __attribute__ ((packed));
+} __packed;
 
 #endif /* __WL1271_CMD_H__ */
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] wl1271: remove deprecated __attribute__ ((packed))
  2010-10-05 12:02 [PATCH] wl1271: remove deprecated __attribute__ ((packed)) Luciano Coelho
@ 2010-10-05 12:09 ` Luciano Coelho
  0 siblings, 0 replies; 2+ messages in thread
From: Luciano Coelho @ 2010-10-05 12:09 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org

On Tue, 2010-10-05 at 14:02 +0200, ext Luciano Coelho wrote:
> One __attribute__ ((packed)) has been accidentally introduced in commit
> be86cbea1e9c3a4dd8faedcfa327495d09fe3531.  This patch changes it to __packed.
> 
> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
> ---

Applied and pushed to wl12xx/master.


-- 
Cheers,
Luca.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-05 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05 12:02 [PATCH] wl1271: remove deprecated __attribute__ ((packed)) Luciano Coelho
2010-10-05 12:09 ` Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).