On Monday, January 06, 2014 11:18:27 AM you wrote: > I have downloaded the dirver from http://github.com/chunkeey/rtl8192su for > the adapter. > > Upon running the make, it reports an error: it cannot find > IEEE80211_NUM_TIDS in file r92/su/sta.h:120:26. > > Where can I find the correct defintion for this varaible or an alternative > to it? Ah, IEEE80211_NUM_TIDS is probably just the tip. There are a few more definitions and functions missing for the driver to compile with anything older than 3.10 [0]. Either you can update the kernel to 3.10+ (if possible to 3.12). Or, if you want to stick with 3.2,0-58-generic, then take a look backports [1] project. [However, this is more complicated since you'll have to integrate r92su into backports first]. Regards, Christian [0] <https://github.com/chunkeey/rtl8192su/issues/1> [1] <https://backports.wiki.kernel.org/index.php/Main_Page> -- 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