PERFORCE change 149277 for review

Sam Leffler sam at FreeBSD.org
Fri Sep 5 20:49:21 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149277

Change 149277 by sam at 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];


More information about the p4-projects mailing list