On Wed, Nov 26, 2008 at 4:17 PM, Bob Copeland <me@xxxxxxxxxxxxxxx> wrote: > > +static > +int ath5k_keycache_type(const struct ieee80211_key_conf *key) > +{ > + switch (key->alg) { > + case ALG_TKIP: > + return AR5K_KEYTABLE_TYPE_TKIP; > + case ALG_CCMP: > + return AR5K_KEYTABLE_TYPE_CCM; > + case ALG_WEP: > + if (key->len == WEP40) Oops sorry, ignore this patch. I broke it with a last minute interface change. I'll repost the series tomorrow. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html