Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183919
b: refs/heads/master
c: da86047
h: refs/heads/master
i:
  183917: 9618b5c
  183915: bb8e3ca
  183911: bad0907
  183903: c864ec1
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Jan 27, 2010
1 parent 4a65d56 commit b17cbc7
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: d2bb8e02810cc5844fe2bd5a81d4058b8afe6de9
refs/heads/master: da8604757b1cdf79f24e118b156349543eb1b722
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 @@ -822,7 +822,7 @@ static u16 b43_nphy_gen_load_samples(struct b43_wldev *dev, u32 freq, u16 max,
{
int i;
u16 bw, len, rot, angle;
b43_c32 *samples;
struct b43_c32 *samples;


bw = (dev->phy.is_40mhz) ? 40 : 20;
Expand All @@ -840,7 +840,7 @@ static u16 b43_nphy_gen_load_samples(struct b43_wldev *dev, u32 freq, u16 max,
len = bw << 1;
}

samples = kzalloc(len * sizeof(b43_c32), GFP_KERNEL);
samples = kzalloc(len * sizeof(struct b43_c32), GFP_KERNEL);
rot = (((freq * 36) / bw) << 16) / 100;
angle = 0;

Expand Down

0 comments on commit b17cbc7

Please sign in to comment.