summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ddb.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-09-06 17:15:55 +0000
committersam <sam@FreeBSD.org>2008-09-06 17:15:55 +0000
commit69a79cd4cdbfbebd5bca63fe2ed2d66766991480 (patch)
treea6bc2feaec2ec662ec12456e04dd4e018c6c68d9 /sys/net80211/ieee80211_ddb.c
parenta5a78bb230c46253212f55d365583cef931cfb0f (diff)
downloadFreeBSD-src-69a79cd4cdbfbebd5bca63fe2ed2d66766991480.zip
FreeBSD-src-69a79cd4cdbfbebd5bca63fe2ed2d66766991480.tar.gz
purge ni_reqcw; not used and never will be
Diffstat (limited to 'sys/net80211/ieee80211_ddb.c')
-rw-r--r--sys/net80211/ieee80211_ddb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_ddb.c b/sys/net80211/ieee80211_ddb.c
index 2e501d0..4792f15 100644
--- a/sys/net80211/ieee80211_ddb.c
+++ b/sys/net80211/ieee80211_ddb.c
@@ -283,8 +283,8 @@ _db_show_sta(const struct ieee80211_node *ni)
db_printf("\thtcap %b htparam 0x%x htctlchan %u ht2ndchan %u\n",
ni->ni_htcap, IEEE80211_HTCAP_BITS,
ni->ni_htparam, ni->ni_htctlchan, ni->ni_ht2ndchan);
- db_printf("\thtopmode 0x%x htstbc 0x%x reqcw %u chw %u\n",
- ni->ni_htopmode, ni->ni_htstbc, ni->ni_reqcw, ni->ni_chw);
+ db_printf("\thtopmode 0x%x htstbc 0x%x chw %u\n",
+ ni->ni_htopmode, ni->ni_htstbc, ni->ni_chw);
/* XXX ampdu state */
for (i = 0; i < WME_NUM_AC; i++)
OpenPOWER on IntegriCloud