Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194239
b: refs/heads/master
c: c15cf5f
h: refs/heads/master
i:
  194237: b35b28c
  194235: a44301e
  194231: cc6290a
  194223: a27cee1
  194207: e05edfa
  194175: 0d310f0
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Apr 9, 2010
1 parent d12eea1 commit e2f484a
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: 39184b151cbe5ce9f1487190ac4244f69bf6a04b
refs/heads/master: c15cf5fcf9ea0a7749536c201965370d99c86c7f
2 changes: 1 addition & 1 deletion trunk/net/mac80211/debugfs_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static ssize_t sta_ht_capa_read(struct file *file, char __user *userbuf,
if (htc->ht_supported) {
p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.4x\n", htc->cap);

PRINT_HT_CAP((htc->cap & BIT(0)), "RX LDCP");
PRINT_HT_CAP((htc->cap & BIT(0)), "RX LDPC");
PRINT_HT_CAP((htc->cap & BIT(1)), "HT20/HT40");
PRINT_HT_CAP(!(htc->cap & BIT(1)), "HT20");

Expand Down

0 comments on commit e2f484a

Please sign in to comment.