The carl9170 firmware is notified of incoming packets from the the mac processor
via AR9170_MAC_INT_RXC bit set in AR9170_MAC_REG_INT_CTRL control register.
Currently the register is polled through an infinite loop. In order to get
faster detection of incoming packets, I would like to program a hardware
interrupt handler which would be called right away instead of depending on a
polling cycle state. From Steven Chen at Atheros, the chip supports hw
interrupts even though it is not in used by the open source firmware. Has anyone
tried to enable this feature ? If you have any pointers on how to enable hw
interrupt on the arl9170, feel free to flood my mailbox :-) !
Thanks,
Chris.