Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224315
b: refs/heads/master
c: 027e8fd
h: refs/heads/master
i:
  224313: 1878245
  224311: 438bfb5
v: v3
  • Loading branch information
Mark Einon authored and John W. Linville committed Nov 15, 2010
1 parent 80e674d commit 8059f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5f181dc16bbd13b68b54ed5c43c4d2c5ad00297b
refs/heads/master: 027e8fd105c82956de9dec232bad21b1628ee7c0
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00link.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
(__avg).avg_weight ? \
((((__avg).avg_weight * ((AVG_SAMPLES) - 1)) + \
((__val) * (AVG_FACTOR))) / \
(AVG_SAMPLES) ) : \
(AVG_SAMPLES)) : \
((__val) * (AVG_FACTOR)); \
__new.avg = __new.avg_weight / (AVG_FACTOR); \
__new; \
Expand Down

0 comments on commit 8059f8c

Please sign in to comment.