purge ni_reqcw; not used and never will be
This commit is contained in:
parent
8524d591d1
commit
1cc8822ed7
@ -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++)
|
||||
|
@ -172,7 +172,6 @@ struct ieee80211_node {
|
||||
uint8_t ni_ht2ndchan; /* HT 2nd channel */
|
||||
uint8_t ni_htopmode; /* HT operating mode */
|
||||
uint8_t ni_htstbc; /* HT */
|
||||
uint8_t ni_reqcw; /* requested tx channel width */
|
||||
uint8_t ni_chw; /* negotiated channel width */
|
||||
struct ieee80211_htrateset ni_htrates; /* negotiated ht rate set */
|
||||
struct ieee80211_tx_ampdu ni_tx_ampdu[WME_NUM_AC];
|
||||
|
Loading…
Reference in New Issue
Block a user