Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102461
b: refs/heads/master
c: fde0db3
h: refs/heads/master
i:
  102459: d8dd26c
v: v3
  • Loading branch information
Guy Cohen authored and John W. Linville committed May 7, 2008
1 parent 02389ff commit 2b1283c
Show file tree
Hide file tree
Showing 8 changed files with 263 additions and 284 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: d1141dfb3ab5545491e3aa15b7f0d7330a186281
refs/heads/master: fde0db310fd4979e0d8e6ba009975d23cc7e65ac
9 changes: 5 additions & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-4965-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,11 @@ struct iwl_cmd_header {
* 10 B active, A inactive
* 11 Both active
*/
#define RATE_MCS_ANT_POS 14
#define RATE_MCS_ANT_A_MSK 0x04000
#define RATE_MCS_ANT_B_MSK 0x08000
#define RATE_MCS_ANT_AB_MSK 0x0C000
#define RATE_MCS_ANT_POS 14
#define RATE_MCS_ANT_A_MSK 0x04000
#define RATE_MCS_ANT_B_MSK 0x08000
#define RATE_MCS_ANT_C_MSK 0x10000
#define RATE_MCS_ANT_ABC_MSK 0x1C000


/**
Expand Down
Loading

0 comments on commit 2b1283c

Please sign in to comment.