Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203709
b: refs/heads/master
c: beabe91
h: refs/heads/master
i:
  203707: 7927196
v: v3
  • Loading branch information
John W. Linville committed Jul 14, 2010
1 parent 9e7dd45 commit 33312a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3f194e54bdbaa4d508488cab24d23c376e235a2
refs/heads/master: beabe91462919efaf4a97b5001d564027a894728
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/libertas/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/libertas/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,20 +398,20 @@ 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*/
u8 country_code[COUNTRY_CODE_LEN];
/** 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
Expand Down

0 comments on commit 33312a7

Please sign in to comment.