On 05/03/2012 12:11 AM, Joshua Roys wrote:
I am still reviewing the patches; however, the build fails after this patch with
CC [M] drivers/net/wireless/rtlwifi/rtl8192cu/trx.o
drivers/net/wireless/rtlwifi/rtl8192cu/trx.c: In function
‘rtl8192cu_endpoint_mapping’:
drivers/net/wireless/rtlwifi/rtl8192cu/trx.c:206:27: error: ‘usb_priv’
undeclared (first use in this function)
drivers/net/wireless/rtlwifi/rtl8192cu/trx.c:206:27: note: each undeclared
identifier is reported only once for each function it appears in
make[2]: *** [drivers/net/wireless/rtlwifi/rtl8192cu/trx.o] Error 1
make[1]: *** [drivers/net/wireless/rtlwifi/rtl8192cu] Error 2
make: *** [drivers/net/wireless/rtlwifi/] Error 2
You are missing a
struct rtl_usb_priv *usb_priv = rtl_usbpriv(hw);
ahead of line 206.
I also had some compilation problems with patch 9. The problem there was that
you are basing your changes on the wrong tree. All changes to wireless drivers
should be from the wireless-testing git tree at
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
and not from the mainline tree.
Larry
--
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