changeset 4296:29d5c1292251

6551525 ath brokenness with wep on snv_62
author zf162725
date Tue, 22 May 2007 18:42:01 -0700
parents d89dbfe19f87
children ada3277692df
files usr/src/uts/common/io/ath/ath_main.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/ath/ath_main.c	Tue May 22 14:36:20 2007 -0700
+++ b/usr/src/uts/common/io/ath/ath_main.c	Tue May 22 18:42:01 2007 -0700
@@ -2032,6 +2032,10 @@
 	ic->ic_crypto.cs_key_delete = ath_key_delete;
 	ic->ic_crypto.cs_key_set = ath_key_set;
 	ieee80211_media_init(ic);
+	/*
+	 * initialize default tx key
+	 */
+	ic->ic_def_txkey = 0;
 
 	asc->asc_rx_pend = 0;
 	ATH_HAL_INTRSET(ah, 0);