1. 26 11月, 2011 2 次提交
    • J
      iwlagn: remove calibration knowledge · 93b64105
      Johannes Berg 提交于
      The init microcode knows very well which calibrations
      are required and sends us results for those that are.
      Consequently, we can just send all of those to the RT
      uCode again.
      
      The problem with having the driver know about this is
      that it is a uCode feature, not a hardware feature so
      the config is completely unsuitable.
      
      The only thing we need to check is whether the device
      needs crystal calibration or not, add a new parameter
      to the configuration for that.
      
      This makes new uCode work on 6000 series devices.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      93b64105
    • H
      iwlwifi: add tm commands for indirect register access · 72bcacc2
      Hsu, Kenny 提交于
      Create new testmode commands to suppot indirect access
      of peripheral register.
      - IWL_TM_CMD_APP2DEV_INDIRECT_REG_READ32
      - IWL_TM_CMD_APP2DEV_INDIRECT_REG_WRITE32
      
      Meanwhile, add affix "DIRECT" into original register access
      commands for better discrimination with new commands.
      - IWL_TM_CMD_APP2DEV_DIRECT_REG_READ32
      - IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE32
      - IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE8
      Signed-off-by: NKenny Hsu <kenny.hsu@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      72bcacc2
  2. 23 11月, 2011 1 次提交
  3. 22 11月, 2011 20 次提交
  4. 18 11月, 2011 12 次提交
  5. 16 11月, 2011 5 次提交