On Wed, Feb 20, 2013 at 12:31:13AM +0400, Georgiewskiy Yuriy wrote: > common.h > #define ATH_EP_RND(x, mul) \ > ((((x)%(mul)) >= ((mul)/2)) ? ((x) + ((mul) - 1)) / (mul) : (x)/(mul)) Hmm, is that the same as: (x + mul/2) / mul? -- Bob Copeland %% www.bobcopeland.com -- 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