提交 beabe914 编写于 作者: J John W. Linville

libertas: convert new uses of __attribute__ ((packed)) to __packed

Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 b3f194e5
......@@ -891,7 +891,7 @@ struct cmd_key_material {
__le16 action;
struct MrvlIEtype_keyParamSet param;
} __attribute__ ((packed));
} __packed;
static int lbs_set_key_material(struct lbs_private *priv,
int key_type,
......@@ -1395,7 +1395,7 @@ struct cmd_monitor_mode {
__le16 action;
__le16 mode;
} __attribute__ ((packed));
} __packed;
static int lbs_enable_monitor_mode(struct lbs_private *priv, int mode)
{
......@@ -1450,7 +1450,7 @@ struct cmd_rssi {
__le16 nf;
__le16 avg_snr;
__le16 avg_nf;
} __attribute__ ((packed));
} __packed;
static int lbs_get_signal(struct lbs_private *priv, s8 *signal, s8 *noise)
{
......
......@@ -398,12 +398,12 @@ struct mrvl_ie_domain_param_set {
u8 countrycode[COUNTRY_CODE_LEN];
struct ieee80211_country_ie_triplet triplet[1];
} __attribute__ ((packed));
} __packed;
struct cmd_ds_802_11d_domain_info {
__le16 action;
struct mrvl_ie_domain_param_set domain;
} __attribute__ ((packed));
} __packed;
struct lbs_802_11d_domain_reg {
/** Country code*/
......@@ -411,7 +411,7 @@ struct lbs_802_11d_domain_reg {
/** No. of triplet*/
u8 no_triplet;
struct ieee80211_country_ie_triplet triplet[MRVDRV_MAX_TRIPLET_802_11D];
} __attribute__ ((packed));
} __packed;
/*
* Define data structure for CMD_GET_HW_SPEC
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册