A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? On 02/15/2011 09:57 PM, Nikolay Ledovskikh wrote: > Madwifi is a crap, but > #define KSEG1ADDR(addr) (addr) > and only difference is in pointer type cast > sc->aps_sc.sc_iobase = (void __iomem *) dev->mem_start; > in my case it would be something like this: > sc->aps_sc.sc_iobase = dev->mem_start; > and it works. In that case yes, but KSEG1ADDR should write as: #define KSEG1ADDR(a) (CPHYSADDR(a) | KSEG1) As I wrote, this needs some mips expert. But it definitely shouldn't be a plain assignment. regards, -- js -- 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