Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2005 18:45:38 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 77075 for review
Message-ID:  <200505161845.j4GIjcwC033569@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=77075

Change 77075 by sam@sam_laptop on 2005/05/16 18:45:14

	o enable bg scanning
	o remove assert that's no longer valid

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#12 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath.c#12 (text+ko) ====

@@ -514,6 +514,7 @@
 		| IEEE80211_C_SHPREAMBLE	/* short preamble supported */
 		| IEEE80211_C_SHSLOT		/* short slot time supported */
 		| IEEE80211_C_WPA		/* capable of WPA1+WPA2 */
+		| IEEE80211_C_BGSCAN		/* capable of bg scanning */
 		;
 	/*
 	 * Query the hal to figure out h/w crypto support.
@@ -1832,8 +1833,6 @@
 		 * TX/RX key goes at first index.
 		 * The hal handles the MIC keys are index+64.
 		 */
-		KASSERT(k->wk_keyix < IEEE80211_WEP_NKID,
-			("group key at index %u", k->wk_keyix));
 		memcpy(hk->kv_mic, k->wk_flags & IEEE80211_KEY_XMIT ?
 			k->wk_txmic : k->wk_rxmic, sizeof(hk->kv_mic));
 		KEYPRINTF(sc, k->wk_keyix, hk, zerobssid);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505161845.j4GIjcwC033569>