summaryrefslogtreecommitdiff
path: root/debugfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugfs.c')
-rw-r--r--debugfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debugfs.c b/debugfs.c
index 4f2b877..642597f 100644
--- a/debugfs.c
+++ b/debugfs.c
@@ -209,6 +209,8 @@ static ssize_t mwl_debugfs_sta_read(struct file *file, char __user *ubuf,
}
p += sprintf(p, "IV: %08x%04x\n",
sta_info->iv32, sta_info->iv16);
+ p += sprintf(p, "HT (%ssupported) cap: 0x%04x\n", sta->ht_cap.ht_supported ? "" : "un", sta->ht_cap.cap);
+ p += sprintf(p, "VHT (%ssupported) cap: 0x%08x\n", sta->vht_cap.vht_supported ? "" : "un", sta->vht_cap.cap);
p += sprintf(p, "\n");
}
spin_unlock_bh(&priv->sta_lock);