K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-09-15T09:22:46.173613Z K 7 svn:log V 392 Fix the interrupt mitigation stuff, now that I know what's going on. * If the RX mitigation interrupts fire, set HAL_INT_RX and clear the relevant underlying interrupt(s) as well. * If the TX mitigation interrupts fire, set HAL_INT_TX * If any of the TX status bits (ok, err, desc, eol) are set, update the TX bitmask, but don't set HAL_INT_TX if TX interrupt mitigation is enabled. END