K 10 svn:author V 6 adrian K 8 svn:date V 27 2012-01-15T19:45:23.039217Z K 7 svn:log V 316 Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a module is used. Although the module _builds_, it fails to load because of a missing symbol from ieee80211_tdma.c. Specifics: * Always build ieee80211_tdma.c in the module; * only compile in the code if IEEE80211_SUPPORT_TDMA is defined. END