PERFORCE change 77075 for review

Sam Leffler sam at FreeBSD.org
Mon May 16 11:45:41 PDT 2005


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

Change 77075 by sam at 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);


More information about the p4-projects mailing list