An error occurred fetching the project authors.
  1. 29 Jan, 2009 6 commits
  2. 19 Dec, 2008 1 commit
  3. 12 Dec, 2008 1 commit
  4. 05 Dec, 2008 1 commit
  5. 21 Nov, 2008 1 commit
  6. 31 Oct, 2008 2 commits
  7. 22 Aug, 2008 1 commit
  8. 07 Aug, 2008 1 commit
  9. 04 Aug, 2008 1 commit
  10. 29 Jul, 2008 1 commit
    • Denis V. Lunev's avatar
      iwlwifi: compilation error when CONFIG_IWLWIFI_DEBUG is not set · c0b6a1c9
      Denis V. Lunev authored
      CC [M]  drivers/net/wireless/iwlwifi/iwl-rfkill.o
      drivers/net/wireless/iwlwifi/iwl-led.c: In function 'iwl_led_brightness_set':
      drivers/net/wireless/iwlwifi/iwl-led.c:198: error: 'led_type_str' undeclared (first use in this function)
      drivers/net/wireless/iwlwifi/iwl-led.c:198: error: (Each undeclared identifier is reported only once
      drivers/net/wireless/iwlwifi/iwl-led.c:198: error: for each function it appears in.)
      
      The problem is that led_type_str is defined under CONFIG_IWLWIFI_DEBUG
      while IWL_DEBUG is a static inline function in this case. Replace it
      with macro.
      Signed-off-by: default avatarDenis V. Lunev <den@openvz.org>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      c0b6a1c9
  11. 14 Jun, 2008 2 commits
  12. 22 May, 2008 2 commits
  13. 14 May, 2008 3 commits
  14. 25 Mar, 2008 2 commits
  15. 13 Mar, 2008 1 commit
  16. 06 Mar, 2008 1 commit
  17. 28 Jan, 2008 4 commits
  18. 10 Oct, 2007 2 commits