summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ddb.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-06-07 22:03:25 +0000
committersam <sam@FreeBSD.org>2009-06-07 22:03:25 +0000
commit892cecbd65521a79d008c6f8fb2ff5aa190191d8 (patch)
tree09aa1c77a73a3a1eca6ad6b271dd485cd3bb9088 /sys/net80211/ieee80211_ddb.c
parentb17e19c265b631f392ec489b141a000646b1a41b (diff)
downloadFreeBSD-src-892cecbd65521a79d008c6f8fb2ff5aa190191d8.zip
FreeBSD-src-892cecbd65521a79d008c6f8fb2ff5aa190191d8.tar.gz
add iv_flags_ht and ic_flags_ht
Diffstat (limited to 'sys/net80211/ieee80211_ddb.c')
-rw-r--r--sys/net80211/ieee80211_ddb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_ddb.c b/sys/net80211/ieee80211_ddb.c
index 2b66d6b..72304da 100644
--- a/sys/net80211/ieee80211_ddb.c
+++ b/sys/net80211/ieee80211_ddb.c
@@ -335,6 +335,7 @@ _db_show_vap(const struct ieee80211vap *vap, int showprocs)
db_printf("\tflags=%b\n", vap->iv_flags, IEEE80211_F_BITS);
db_printf("\tflags_ext=%b\n", vap->iv_flags_ext, IEEE80211_FEXT_BITS);
+ db_printf("\tflags_ht=%b\n", vap->iv_flags_ht, IEEE80211_FHT_BITS);
db_printf("\tflags_ven=%b\n", vap->iv_flags_ven, IEEE80211_FVEN_BITS);
db_printf("\tcaps=%b\n", vap->iv_caps, IEEE80211_C_BITS);
db_printf("\thtcaps=%b\n", vap->iv_htcaps, IEEE80211_C_HTCAP_BITS);
@@ -493,6 +494,7 @@ _db_show_com(const struct ieee80211com *ic, int showvaps, int showsta, int showp
db_printf("\tflags=%b\n", ic->ic_flags, IEEE80211_F_BITS);
db_printf("\tflags_ext=%b\n", ic->ic_flags_ext, IEEE80211_FEXT_BITS);
+ db_printf("\tflags_ht=%b\n", ic->ic_flags_ht, IEEE80211_FHT_BITS);
db_printf("\tflags_ven=%b\n", ic->ic_flags_ven, IEEE80211_FVEN_BITS);
db_printf("\tcaps=%b\n", ic->ic_caps, IEEE80211_C_BITS);
db_printf("\tcryptocaps=%b\n",
OpenPOWER on IntegriCloud