Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122012
b: refs/heads/master
c: 5c5aa3f
h: refs/heads/master
v: v3
  • Loading branch information
Halperin, Daniel C authored and John W. Linville committed Nov 21, 2008
1 parent bf4e70b commit 541f27e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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: a71c8f62d46e4496011182658dc058303960c068
refs/heads/master: 5c5aa3f13a50881b8f6e529e321bbefb5faec37b
12 changes: 7 additions & 5 deletions trunk/drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,11 @@ struct iwl_cmd_header {
} __attribute__ ((packed));

/**
* 4965 rate_n_flags bit fields
* iwlagn rate_n_flags bit fields
*
* rate_n_flags format is used in following 4965 commands:
* rate_n_flags format is used in following iwlagn commands:
* REPLY_RX (response only)
* REPLY_RX_MPDU (response only)
* REPLY_TX (both command and response)
* REPLY_TX_LINK_QUALITY_CMD
*
Expand All @@ -230,8 +231,9 @@ struct iwl_cmd_header {
* 6) 54 Mbps
* 7) 60 Mbps
*
* 3: 0) Single stream (SISO)
* 4-3: 0) Single stream (SISO)
* 1) Dual stream (MIMO)
* 2) Triple stream (MIMO)
*
* 5: Value of 0x20 in bits 7:0 indicates 6 Mbps FAT duplicate data
*
Expand All @@ -252,8 +254,8 @@ struct iwl_cmd_header {
* 110) 11 Mbps
*/
#define RATE_MCS_CODE_MSK 0x7
#define RATE_MCS_MIMO_POS 3
#define RATE_MCS_MIMO_MSK 0x8
#define RATE_MCS_SPATIAL_POS 3
#define RATE_MCS_SPATIAL_MSK 0x18
#define RATE_MCS_HT_DUP_POS 5
#define RATE_MCS_HT_DUP_MSK 0x20

Expand Down

0 comments on commit 541f27e

Please sign in to comment.