Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24738
b: refs/heads/master
c: e382c23
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Mar 27, 2006
1 parent c4f5a74 commit 8e45eb6
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 151 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: 6ecb26904c9db15ca964d60b9483f19dc51bda5b
refs/heads/master: e382c234cbc6fcd76e9ed1168c77fe88d75df73c
12 changes: 10 additions & 2 deletions trunk/drivers/net/wireless/bcm43xx/bcm43xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,16 @@ struct bcm43xx_radioinfo {

/* Current Interference Mitigation mode */
int interfmode;
/* Stack of saved values from the Interference Mitigation code */
u16 interfstack[20];
/* Stack of saved values from the Interference Mitigation code.
* Each value in the stack is layed out as follows:
* bit 0-11: offset
* bit 12-15: register ID
* bit 16-32: value
* register ID is: 0x1 PHY, 0x2 Radio, 0x3 ILT
*/
#define BCM43xx_INTERFSTACK_SIZE 26
u32 interfstack[BCM43xx_INTERFSTACK_SIZE];

/* Saved values from the NRSSI Slope calculation */
s16 nrssi[2];
s32 nrssislope;
Expand Down
Loading

0 comments on commit 8e45eb6

Please sign in to comment.