FWIW, here's the patch for ipw2200.c against 2.6.16-rc1-mm2. You can save the patch as a "patchfile" and then: patch -p0 -l < patchfile This patch should apply fine to other recent kernel sources. diff -u ipw2200.c.orig ipw2200.c --- ipw2200.c.orig 2006-01-30 13:01:52.000000000 -0800 +++ ipw2200.c 2006-01-30 13:05:47.000000000 -0800 @@ -8342,6 +8342,9 @@ IW_EVENT_CAPA_MASK(SIOCGIWAP)); range->event_capa[1] = IW_EVENT_CAPA_K_1; + range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 | + IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP; + IPW_DEBUG_WX("GET Range\n"); return 0; } -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list