"make unload" doesn't unload iwlagn, and iwlagn keeps mac80211 in the kernel, which results in make unload failing. Needs to include iwlagn in the unload list in script/unload.sh. Should be trivial to fix, and probably quicker "just do it" then having a patch from me :-). There is another annoyance - probably not strictly speaking a bug, but nonetheless, for some unexplainable reasons, I expect "make clean" to do the usual thing, and it doesn't - this is probably easy to fix by having an almost empty libertas_tf/Makefile ? (this shows an older compat-wireless , but current compat-wireless also seem to have this problem if I remember correctly): --------------- scripts/Makefile.clean:17: /tmp/compat-wireless-2008-10-23/drivers/net/wireless/libertas_tf/Makefile: No such file or directory make[4]: *** No rule to make target `/tmp/compat-wireless-2008-10-23/drivers/net/wireless/libertas_tf/Makefile'. Stop. make[3]: *** [/tmp/compat-wireless-2008-10-23/drivers/net/wireless/libertas_tf] Error 2 make[2]: *** [/tmp/compat-wireless-2008-10-23/drivers/net/wireless] Error 2 make[1]: *** [_clean_/tmp/compat-wireless-2008-10-23] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.27.5-92.fc10.x86_64' make: *** [clean] Error 2 --------------- -- 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