Michael Buesch wrote: > 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? We could use the one mac80211 exports. This has been on my TODO list for quite some time. But given the other problems we still have, this hasn't been the highest priority. There is no bug here, the only issue is that resource usage is a little bit higher. The warning is from my point of view useless, because it is always shown regardless whether there is a problem or not. -- Uli Kunitz - 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