On Saturday 08 September 2007, Christoph Hellwig wrote: > > WARNING: "zd_workqueue" [drivers/net/wireless/zd1211rw-mac80211/zd1211rw-mac80211] is COMMON symbol > > WARNING: "zd_workqueue" [drivers/net/wireless/zd1211rw/zd1211rw] is COMMON symbol > > > > any idea what that means? > > Yes. It means a variable is declared in multiple places and the linker > merges it for you. The fix is to make sure these are declared extern in > all places but one. Do you need an own workqueue in zd? Can you use the one mac80211 exports? - 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