Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276210
b: refs/heads/master
c: 904603f
h: refs/heads/master
v: v3
  • Loading branch information
Ben Greear authored and John W. Linville committed Nov 21, 2011
1 parent ebc5f95 commit 42a35de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2d1618170eb493d18f66f2ac03775409a6fb97c6
refs/heads/master: 904603f9b78f94d5a5fe29cf2f9694ef7f6f4420
4 changes: 2 additions & 2 deletions trunk/net/mac80211/debugfs_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ static ssize_t sta_ht_capa_read(struct file *file, char __user *userbuf,

PRINT_HT_CAP((htc->cap & BIT(10)), "HT Delayed Block Ack");

PRINT_HT_CAP((htc->cap & BIT(11)), "Max AMSDU length: "
"3839 bytes");
PRINT_HT_CAP(!(htc->cap & BIT(11)), "Max AMSDU length: "
"3839 bytes");
PRINT_HT_CAP((htc->cap & BIT(11)), "Max AMSDU length: "
"7935 bytes");

/*
Expand Down

0 comments on commit 42a35de

Please sign in to comment.