~ubuntu-branches/ubuntu/jaunty/linux-backports-modules-2.6.28/jaunty-proposed

« back to all changes in this revision

Viewing changes to updates/compat-wireless-2.6/drivers/net/wireless/iwlwifi/iwl-led.h

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner, Tim Gardner
  • Date: 2009-02-09 17:48:22 UTC
  • Revision ID: james.westby@ubuntu.com-20090209174822-6chmiumgtavrmzgv
Tags: 2.6.28-7.5
[Tim Gardner]

* Update to master-2009-02-09
* Convert 'git-log' to 'git log'

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
#define IWL_LED_SOLID 11
37
37
#define IWL_LED_NAME_LEN 31
38
 
#define IWL_DEF_LED_INTRVL __constant_cpu_to_le32(1000)
 
38
#define IWL_DEF_LED_INTRVL cpu_to_le32(1000)
39
39
 
40
40
#define IWL_LED_ACTIVITY       (0<<1)
41
41
#define IWL_LED_LINK           (1<<1)