Re: [PATCH 6/8] drivers/net/wireless/ath/ath9k: use ARRAY_SIZEmacro in ani.c

From: Luis R. Rodriguez
Date: Wed Sep 08 2010 - 17:31:39 EST


On Wed, Sep 08, 2010 at 02:25:42PM -0700, Nikitas Angelinas wrote:
> Replace (sizeof(ofdm_level_table)/sizeof(ofdm_level_table[0]) with
> ARRAY_SIZE(ofdm_level_table), and (sizeof(cck_level_table)/
> sizeof(cck_level_table[0]) with ARRAY_SIZE(cck_level_table) in
> drivers/net/wireless/ath/ath9k/ani.c
>
> Signed-off-by: Nikitas Angelinas <nikitasangelinas@xxxxxxxxx>

Sure.

Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/