iwlagn: dynamically allocate & reflect calibration data
authorJohannes Berg <johannes.berg@intel.com>
Thu, 17 Nov 2011 16:51:57 +0000 (08:51 -0800)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 25 Nov 2011 18:49:10 +0000 (10:49 -0800)
This makes handling the calibration data more generic
and no longer requires updating IWL_CALIB_MAX when a
new uCode comes with more calibration packets. Since
we just copy the data back, there's also no need for
understanding which calibration we received -- we can
just reflect it back to the runtime uCode.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>

No differences found