From: Nikitas Angelinas Date: Wed, 8 Sep 2010 21:25:42 +0000 (+0100) Subject: drivers/net/wireless/ath/ath9k: use ARRAY_SIZE macro in ani.c X-Git-Tag: v2.6.37-rc1~147^2~373^2^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbce80e1101526f7a616e75a0d77b57f4062c62d;p=pandora-kernel.git drivers/net/wireless/ath/ath9k: use ARRAY_SIZE macro in ani.c 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed