An error occurred fetching the project authors.
  1. 12 Apr, 2012 1 commit
  2. 08 Mar, 2012 1 commit
  3. 07 Mar, 2012 1 commit
  4. 06 Mar, 2012 3 commits
  5. 27 Feb, 2012 2 commits
  6. 02 Feb, 2012 2 commits
  7. 24 Jan, 2012 1 commit
  8. 06 Jan, 2012 1 commit
  9. 16 Dec, 2011 1 commit
  10. 08 Dec, 2011 1 commit
  11. 11 Nov, 2011 2 commits
  12. 27 Sep, 2011 1 commit
  13. 19 Sep, 2011 1 commit
  14. 29 Aug, 2011 2 commits
  15. 16 Jul, 2011 1 commit
  16. 11 Jul, 2011 2 commits
  17. 18 Jun, 2011 1 commit
  18. 13 May, 2011 1 commit
  19. 30 Apr, 2011 1 commit
  20. 29 Apr, 2011 1 commit
    • Stanislaw Gruszka's avatar
      iwlagn: fix tx power initialization · 75d80cad
      Stanislaw Gruszka authored
      Since
      
      commit f844a709
      Author: Stanislaw Gruszka <sgruszka@redhat.com>
      Date:   Fri Jan 28 16:47:44 2011 +0100
      
          iwlwifi: do not set tx power when channel is changing
      
      we set device tx power during initialization to priv->tx_power_next,
      which itself is initialized to minimum power. That changed
      default behaviour of driver. Previously we initialized device to
      transmit at maximum available power by default. Patch change again
      to previous behaviour and cleanup tx power initialization.
      
      Fortunately this is not critical fix, as mac80211 layer setup
      tx power lately to 14dB, hence device does not operate at minimal
      transmit power all the time.
      Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      75d80cad
  21. 18 Apr, 2011 1 commit
  22. 07 Apr, 2011 3 commits
  23. 25 Mar, 2011 1 commit
  24. 21 Feb, 2011 3 commits
  25. 13 Dec, 2010 1 commit
  26. 14 Oct, 2010 1 commit
  27. 07 Oct, 2010 2 commits
  28. 06 Oct, 2010 1 commit
    • Wey-Yi Guy's avatar
      iwlagn: reduce redundant parameter definitions · 7cb1b088
      Wey-Yi Guy authored
      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: default avatarJay Sternberg <jay.e.sternberg@intel.com>
      Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
      7cb1b088