Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175502
b: refs/heads/master
c: 0b5351a
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Dec 7, 2009
1 parent 865ebb4 commit 16eb39d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 7c3f4bbedc241ddcd3abe1f419c356e625231da1
refs/heads/master: 0b5351a8e86292dfac1ca1451deaadb416a33cb8
7 changes: 3 additions & 4 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ struct ewc_ht_info {
#define MWL8K_PEER_TYPE_ACCESSPOINT 2

#define MWL8K_IEEE_LEGACY_DATA_RATES 13
#define MWL8K_MCS_BITMAP_SIZE 16

struct peer_capability_info {
/* Peer type - AP vs. STA. */
Expand All @@ -655,7 +654,7 @@ struct peer_capability_info {
__u8 legacy_rates[MWL8K_IEEE_LEGACY_DATA_RATES];

/* HT rate table. Intersection of our rates and peer rates. */
__u8 ht_rates[MWL8K_MCS_BITMAP_SIZE];
__u8 ht_rates[16];
__u8 pad[16];

/* If set, interoperability mode, no proprietary extensions. */
Expand Down Expand Up @@ -2638,8 +2637,8 @@ struct mwl8k_cmd_update_rateset {
__u8 legacy_rates[MWL8K_RATE_INDEX_MAX_ARRAY];

/* Bitmap for supported MCS codes. */
__u8 mcs_set[MWL8K_IEEE_LEGACY_DATA_RATES];
__u8 reserved[MWL8K_IEEE_LEGACY_DATA_RATES];
__u8 mcs_set[16];
__u8 reserved[16];
} __attribute__((packed));

static int mwl8k_update_rateset(struct ieee80211_hw *hw,
Expand Down

0 comments on commit 16eb39d

Please sign in to comment.