commit | ef4394b9477f9078d78ae3e8359eae094c9b19d8 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Tue Jul 16 18:07:20 2013 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Aug 06 10:35:04 2013 +0200 |
tree | dffd4281fb01cc1c7bc38b42126de1ff3a1c3ba1 | |
parent | bd3351ba3e5e3e5b635532fab63da502129141f9 [diff] |
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 <eliad@wizery.com> Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>