Date: Fri, 5 Sep 2008 20:49:20 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 149277 for review Message-ID: <200809052049.m85KnKTT068714@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149277 Change 149277 by sam@sam_ebb on 2008/09/05 20:48:53 kill ni_reqcw, it was never used Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_ddb.c#22 edit .. //depot/projects/vap/sys/net80211/ieee80211_node.h#22 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_ddb.c#22 (text+ko) ==== @@ -283,8 +283,8 @@ 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++) ==== //depot/projects/vap/sys/net80211/ieee80211_node.h#22 (text+ko) ==== @@ -173,7 +173,6 @@ 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];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809052049.m85KnKTT068714>