From: Eliad Peller Date: Tue, 16 Jul 2013 15:07:20 +0000 (+0300) Subject: iwlwifi: mvm: use designated initialization for some arrays X-Git-Tag: v3.12-rc1~132^2~297^2^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4394b9477f9078d78ae3e8359eae094c9b19d8;p=pandora-kernel.git iwlwifi: mvm: use designated initialization for some arrays rs_ht_to_legacy and ant_toggle_lookup are arrays that represent some state-machine. initialize them explicitly with designated initialization to make them more clear and avoid errors. Signed-off-by: Eliad Peller Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed