Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183311
b: refs/heads/master
c: cb136f5
h: refs/heads/master
i:
  183309: fddcc7b
  183307: 936e94d
  183303: e1f2e3f
  183295: 762fad2
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Dec 22, 2009
1 parent 3d80412 commit 226195c
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: c755ad34ab233afaaacd3d67190a8b74186f9fe8
refs/heads/master: cb136f54ee11f9ead716b5ad0b10fa1c1b05271d
2 changes: 1 addition & 1 deletion trunk/net/mac80211/debugfs_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static ssize_t sta_ht_capa_read(struct file *file, char __user *userbuf,
p += scnprintf(p, sizeof(buf) + buf - p, "ht %ssupported\n",
htc->ht_supported ? "" : "not ");
if (htc->ht_supported) {
p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.2x\n", htc->cap);
p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.4x\n", htc->cap);
p += scnprintf(p, sizeof(buf)+buf-p, "ampdu factor/density: %d/%d\n",
htc->ampdu_factor, htc->ampdu_density);
p += scnprintf(p, sizeof(buf)+buf-p, "MCS mask:");
Expand Down

0 comments on commit 226195c

Please sign in to comment.