Date: Mon, 21 Jan 2008 16:42:28 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 133794 for review Message-ID: <200801211642.m0LGgSkh055475@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133794 Change 133794 by sam@sam_ebb on 2008/01/21 16:42:01 strip unused bits Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_ddb.c#2 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_ddb.c#2 (text+ko) ==== @@ -68,11 +68,7 @@ "\26AMPDU_TX\27AMSDU_TX\30AMSDU_RX\31USEHT40\32PUREN\33SHORTGI20" \ "\34SHORTGI40\35HTCOMPAT" -#ifdef NET80211_APPLE_HACKS -#define IEEE80211_FVEN_BITS "\20\1NOBEACONS\2WDSWAR" -#else #define IEEE80211_FVEN_BITS "\20" -#endif #define IEEE80211_C_BITS \ "\20\1WEP\2TKIP\3AES\4AES_CCM\6CKIP\7FF\10TURBOP\11IBSS\12PMGT" \ @@ -492,15 +488,6 @@ db_printf("\trsn_ie %p", vap->iv_rsn_ie); db_printf("\n"); } -#ifdef NET80211_APPLE_HACKS - _db_show_appie("\tappie_beacon_wps", vap->iv_appie_beacon_wps); - _db_show_appie("\tappie_probereq_wps", vap->iv_appie_probereq_wps); - _db_show_appie("\tappie_proberesp_wps", vap->iv_appie_proberesp_wps); - _db_show_appie("\tappie_beacon_dwds", vap->iv_appie_beacon_dwds); - _db_show_appie("\tappie_proberesp_dwds", vap->iv_appie_proberesp_dwds); - _db_show_appie("\tappie_assocreq_dwds", vap->iv_appie_assocreq_dwds); - _db_show_appie("\tappie_asscoresp_dwds", vap->iv_appie_assocresp_dwds); -#endif db_printf("\tmax_keyix %u", vap->iv_max_keyix); db_printf(" def_txkey %d", vap->iv_def_txkey); db_printf("\n");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801211642.m0LGgSkh055475>