On Tuesday 18 September 2007 19:45, Michael Chan wrote:
You don't need to store and fetch zeros at all. You *know* that
they are zeros, right? So do this:
- REG_WR_IND(bp, offset, fw->bss[j]);
+ REG_WR_IND(bp, offset, 0);
--
vda
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html