1. 14 12月, 2010 5 次提交
  2. 07 12月, 2010 1 次提交
  3. 03 12月, 2010 1 次提交
  4. 25 11月, 2010 7 次提交
  5. 16 11月, 2010 8 次提交
  6. 15 10月, 2010 2 次提交
  7. 08 10月, 2010 5 次提交
  8. 07 10月, 2010 2 次提交
  9. 06 10月, 2010 2 次提交
  10. 29 9月, 2010 4 次提交
    • W
      iwlagn: API v5 for 6050 series device · 62cb3c6a
      Wey-Yi Guy 提交于
      For 6050 series device, change the supported API version
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      62cb3c6a
    • S
      iwlwifi: send DC calib config to runtime ucode · 6d6a1afd
      Shanyu Zhao 提交于
      Since uCode is responsible for doing DC calibration, there's no need
      to let init uCode to do initial DC calibration then send results
      back to driver, then driver sends the results to runtime uCode.
      Driver can simply tell runtime uCode to do DC calibration.
      
      Actually, this patch does not disable DC calib for init uCode. It just
      prevent driver from saving and sending the DC calib results (from init
      ucode) to runtime uCode. The driver still uses 0xffffffff in
      CALIB_CFG_CMD for init ucode.
      Signed-off-by: NShanyu Zhao <shanyu.zhao@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      6d6a1afd
    • S
      iwlagn: set CSR register for 6050g2 devices · 02796d77
      Shanyu Zhao 提交于
      For 6050g2 devices driver needs to set a special bit to CSR register
      so that uCode can do things correctly in calibration routines.
      Signed-off-by: NShanyu Zhao <shanyu.zhao@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      02796d77
    • S
      iwlwifi: add iwl_nic_ops structure to iwl_ops · 6b5ce501
      Shanyu Zhao 提交于
      iwlwifi driver supports multiple devices. Since some device needs
      special configuration we create a new iwl_nic_ops structure which is
      configurable per device. Currently there is only one function pointer
      inside this structure: additional_nic_config().
      
      The iwl_nic_ops structure is added to the top level in struct iwl_ops,
      making it easier to change per device. Duplication of the iwl_lib_ops
      structure is no longer needed.
      
      With this new ops the previous function pointer set_calib_version is
      no longer needed since it is just a per device nic configuration.
      
      As part of the code restructuring, a bug is addressed. Indication of
      calib version to uCode is only needed for 6050 devices, however,
      current implementation set calib version for all 6000 devices for
      which DC calib is needed. To fix this, create iwl6050_ops for 6050
      devices and only populate iwl_nic_ops in this structure.
      Signed-off-by: NShanyu Zhao <shanyu.zhao@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      6b5ce501
  11. 18 9月, 2010 1 次提交
  12. 28 8月, 2010 1 次提交
  13. 27 8月, 2010 1 次提交