Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63815
b: refs/heads/master
c: ba9b07d
h: refs/heads/master
i:
  63813: 569d084
  63811: 4a58951
  63807: e20f6fe
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Aug 6, 2007
1 parent add6c47 commit 8874f3a
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: 21887b2f1826876f78a2d8e8e89f52993e7d76db
refs/heads/master: ba9b07d08b7e512535c6fcfcc2cf470f3dd58b8d
2 changes: 1 addition & 1 deletion trunk/net/mac80211/debugfs_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static ssize_t sta_last_seq_ctrl_read(struct file *file, char __user *userbuf,
struct sta_info *sta = file->private_data;
for (i = 0; i < NUM_RX_DATA_QUEUES; i++)
p += scnprintf(p, sizeof(buf)+buf-p, "%x ",
sta->last_seq_ctrl[i]);
le16_to_cpu(sta->last_seq_ctrl[i]));
p += scnprintf(p, sizeof(buf)+buf-p, "\n");
return simple_read_from_buffer(userbuf, count, ppos, buf, p - buf);
}
Expand Down

0 comments on commit 8874f3a

Please sign in to comment.