iwlwifi: reverse DATA/INST section order
authorJohannes Berg <johannes.berg@intel.com>
Wed, 15 May 2013 11:05:25 +0000 (13:05 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 16 May 2013 21:14:24 +0000 (23:14 +0200)
As the new MVM firmware files package the DATA section
first, and debugfs files want to access the DATA and
not INST section, reverse the order here. This is only
relevant for debugfs code that accesses the SRAM DATA
section and uses this constant to access the section.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found