From patchwork Tue Oct 5 12:02:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luciano Coelho X-Patchwork-Id: 232351 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o95C3JDh013652 for ; Tue, 5 Oct 2010 12:03:20 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755470Ab0JEMCX (ORCPT ); Tue, 5 Oct 2010 08:02:23 -0400 Received: from mgw-sa02.ext.nokia.com ([147.243.1.48]:47236 "EHLO mgw-sa02.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932772Ab0JEMCV (ORCPT ); Tue, 5 Oct 2010 08:02:21 -0400 Received: from localhost.localdomain (chilepepper.research.nokia.com [172.21.50.167]) by mgw-sa02.nokia.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id o95C2Kra019546 for ; Tue, 5 Oct 2010 15:02:20 +0300 From: Luciano Coelho To: linux-wireless@vger.kernel.org Subject: [PATCH] wl1271: remove deprecated __attribute__ ((packed)) Date: Tue, 5 Oct 2010 15:02:19 +0300 Message-Id: <1286280139-12378-1-git-send-email-luciano.coelho@nokia.com> X-Mailer: git-send-email 1.7.0.4 X-Nokia-AV: Clean Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 05 Oct 2010 12:03:20 +0000 (UTC) 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__ */