1. 12 7月, 2011 2 次提交
  2. 18 6月, 2011 2 次提交
  3. 11 6月, 2011 1 次提交
  4. 14 5月, 2011 1 次提交
  5. 11 5月, 2011 1 次提交
  6. 18 4月, 2011 1 次提交
  7. 08 4月, 2011 2 次提交
  8. 22 2月, 2011 3 次提交
  9. 22 1月, 2011 1 次提交
  10. 27 12月, 2010 1 次提交
  11. 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
  12. 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
  13. 26 3月, 2010 1 次提交
  14. 20 1月, 2010 1 次提交
  15. 24 11月, 2009 1 次提交
  16. 08 10月, 2009 4 次提交
  17. 14 8月, 2009 1 次提交
  18. 05 8月, 2009 1 次提交
  19. 28 7月, 2009 1 次提交
    • J
      iwlwifi: fix up command sending · c2acea8e
      Johannes Berg 提交于
      The current command sending in iwlwifi is a bit of a mess:
       1) there is a struct, iwl_cmd, that contains both driver
          and device data in a single packed structure -- this
          is very confusing
       2) the on-stack data and the command metadata share a
          structure by embedding the latter in the former, which
          is also rather confusing because it leads to weird
          unions and similarly odd constructs
       3) each txq always has enough space for 256 commands,
          even if only 32 end up being used
      
      This patch fixes these things:
       1) rename iwl_cmd to iwl_device_cmd and keep track of
          command metadata and device command separately, in
          two arrays in each tx queue
       2) remove the 'meta' member from iwl_host_cmd and only
          put in the required members
       3) allocate the cmd/meta arrays separately instead of
          embedding them into the txq structure
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c2acea8e
  20. 25 7月, 2009 2 次提交
  21. 04 6月, 2009 1 次提交
  22. 10 2月, 2009 2 次提交
  23. 30 1月, 2009 2 次提交
  24. 20 12月, 2008 1 次提交
  25. 13 12月, 2008 2 次提交
  26. 01 11月, 2008 1 次提交
  27. 30 8月, 2008 1 次提交