Comment 2 for bug 366144

Revision history for this message
Stefan Bader (smb) wrote :

On doing test compiles on armel, too, it turns out rtl8187se is failing miserably on armel.versatile. This is (at least) due to:

1. rtl8187se defining CR_TE (along other CR_ defines) which is also defined in the versatile architecture.
    This could be simply solved by removing the CR_ defines from rtl8187se as the names are never used.
2. Some headers are incomplete if CONFIG_WIRELESS_EXT is not set but the rtl8187se driver does not
    depend on it (and armel.versatile just has this odd setup)

Attached patch for 2. as this will prevent armel.versatile from building rtl8187se. 1. is questionable as I was told that CONFIG_PCI=y might be the wrong thing anyway.