Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184073
b: refs/heads/master
c: 40bd520
h: refs/heads/master
i:
  184071: d165297
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Feb 8, 2010
1 parent 6d2c470 commit 07871a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f6393ecf5cc7d064ba9172e0a2e1c64bcaaaf2f
refs/heads/master: 40bd5203ddb6b946b55c35d1c26dfe9ec1b232f5
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/b43/phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,10 @@ static u16 b43_nphy_gen_load_samples(struct b43_wldev *dev, u32 freq, u16 max,
}

samples = kzalloc(len * sizeof(struct b43_c32), GFP_KERNEL);
if (!samples) {
b43err(dev->wl, "allocation for samples generation failed\n");
return 0;
}
rot = (((freq * 36) / bw) << 16) / 100;
angle = 0;

Expand Down

0 comments on commit 07871a2

Please sign in to comment.