Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118074
b: refs/heads/master
c: 51b94bf
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Oct 27, 2008
1 parent a3fd7b2 commit 76bc19d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d8b105f900d93bd103c002bf4c923f50f16c5441
refs/heads/master: 51b94bf0654a14600ff9706f7bc0f7685265f6cd
6 changes: 3 additions & 3 deletions trunk/net/mac80211/rc80211_minstrel_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ minstrel_stats_open(struct inode *inode, struct file *file)
prob / 10, prob % 10,
mr->last_success,
mr->last_attempts,
mr->succ_hist,
mr->att_hist);
(unsigned long long)mr->succ_hist,
(unsigned long long)mr->att_hist);
}
p += sprintf(p, "\nTotal packet count:: ideal %d "
"lookaround %d\n\n",
Expand All @@ -106,7 +106,7 @@ minstrel_stats_open(struct inode *inode, struct file *file)
return 0;
}

static int
static ssize_t
minstrel_stats_read(struct file *file, char __user *buf, size_t len, loff_t *o)
{
struct minstrel_stats_info *ms;
Expand Down

0 comments on commit 76bc19d

Please sign in to comment.