1. 29 1月, 2012 1 次提交
  2. 25 1月, 2012 1 次提交
  3. 07 1月, 2012 1 次提交
  4. 16 12月, 2011 1 次提交
  5. 15 10月, 2011 1 次提交
  6. 22 9月, 2011 1 次提交
  7. 30 8月, 2011 4 次提交
  8. 09 8月, 2011 1 次提交
  9. 21 7月, 2011 2 次提交
  10. 12 7月, 2011 2 次提交
  11. 18 6月, 2011 2 次提交
  12. 11 6月, 2011 1 次提交
  13. 14 5月, 2011 1 次提交
  14. 11 5月, 2011 1 次提交
  15. 18 4月, 2011 1 次提交
  16. 08 4月, 2011 2 次提交
  17. 22 2月, 2011 3 次提交
  18. 22 1月, 2011 1 次提交
  19. 27 12月, 2010 1 次提交
  20. 16 11月, 2010 2 次提交
    • W
      iwlwifi: change default led mode for different devices · 564b344c
      Wey-Yi Guy 提交于
      Set the default led mode for different devices.
      
      For the newer devices such as 6000g2a, 6000g2b and newer,
      the default led mode is On/Off instead of blinking.
      
      The led_mode still can be control through module parameter
        0: system default
        1: On/Off
        2: blinking
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      564b344c
    • J
      iwlagn: new RXON processing for modern devices · 2295c66b
      Johannes Berg 提交于
      In order to simplify the flow, and make new
      enhancements easier, separate out the RXON
      processing for modern AGN (5000 and newer)
      from RXON processing for the older 3945 and
      4965 devices. Avoid changing these old ones
      to avoid regressions and move their code to
      a new file (iwl-legacy.c). 4965 gets the
      commit_rxon that used to be common for all
      AGN devices, but with removed PAN support.
      
      The new RXON processing is more central and
      does more work in committing, so that it is
      easier to follow.
      
      To make it more evident what is split out
      for legacy, split the necessary operations
      for that into a new struct iwl_legacy_ops.
      Those parts that still exist in the new AGN
      code don't need to be parametrized.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      2295c66b
  21. 06 10月, 2010 1 次提交
    • W
      iwlagn: reduce redundant parameter definitions · 7cb1b088
      Wey-Yi Guy 提交于
      move paramater definitions to a device paramater structure only
      leaving the device name, which antennas are used and what firmware
      file to use in the iwl_cfg structure.  this will not completely
      remove the redundancies but greatly reduce them for devices that
      only vary by name or antennas.  the parameters that are more
      likely to change within a given device family are left in iwl_cfg.
      also separate bt param structure added to help reduce more.
      Signed-off-by: NJay Sternberg <jay.e.sternberg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      7cb1b088
  22. 26 3月, 2010 1 次提交
  23. 20 1月, 2010 1 次提交
  24. 24 11月, 2009 1 次提交
  25. 08 10月, 2009 4 次提交
  26. 14 8月, 2009 1 次提交
  27. 05 8月, 2009 1 次提交