Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362053
b: refs/heads/master
c: 2e1253d
h: refs/heads/master
i:
  362051: 488a465
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Mar 27, 2013
1 parent f601982 commit df4adf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8ac3e99e693cb876776646c07f0a954a17ee3017
refs/heads/master: 2e1253d640eb7f8707d2591c93097c1e9f9c71d5
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/b43/phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ static void b43_nphy_rev3_rssi_cal(struct b43_wldev *dev)
u16 clip_off[2] = { 0xFFFF, 0xFFFF };

u8 vcm_final = 0;
s8 offset[4];
s32 offset[4];
s32 results[8][4] = { };
s32 results_min[4] = { };
s32 poll_results[4] = { };
Expand Down Expand Up @@ -1732,7 +1732,7 @@ static void b43_nphy_rev2_rssi_cal(struct b43_wldev *dev, u8 type)
u8 regs_save_radio[2];
u16 regs_save_phy[2];

s8 offset[4];
s32 offset[4];
u8 core;
u8 rail;

Expand Down

0 comments on commit df4adf4

Please sign in to comment.