diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-shared.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-shared.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-shared.h b/drivers/net/wireless/iwlwifi/iwl-shared.h index dc55cc4a8108..04975b7b65b3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-shared.h +++ b/drivers/net/wireless/iwlwifi/iwl-shared.h | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * GPL LICENSE SUMMARY | 6 | * GPL LICENSE SUMMARY |
7 | * | 7 | * |
8 | * Copyright(c) 2007 - 2011 Intel Corporation. All rights reserved. | 8 | * Copyright(c) 2007 - 2012 Intel Corporation. All rights reserved. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of version 2 of the GNU General Public License as | 11 | * it under the terms of version 2 of the GNU General Public License as |
@@ -30,7 +30,7 @@ | |||
30 | * | 30 | * |
31 | * BSD LICENSE | 31 | * BSD LICENSE |
32 | * | 32 | * |
33 | * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved. | 33 | * Copyright(c) 2005 - 2012 Intel Corporation. All rights reserved. |
34 | * All rights reserved. | 34 | * All rights reserved. |
35 | * | 35 | * |
36 | * Redistribution and use in source and binary forms, with or without | 36 | * Redistribution and use in source and binary forms, with or without |
@@ -102,7 +102,7 @@ struct iwl_trans_ops; | |||
102 | 102 | ||
103 | #define DRV_NAME "iwlwifi" | 103 | #define DRV_NAME "iwlwifi" |
104 | #define IWLWIFI_VERSION "in-tree:" | 104 | #define IWLWIFI_VERSION "in-tree:" |
105 | #define DRV_COPYRIGHT "Copyright(c) 2003-2011 Intel Corporation" | 105 | #define DRV_COPYRIGHT "Copyright(c) 2003-2012 Intel Corporation" |
106 | #define DRV_AUTHOR "<ilw@linux.intel.com>" | 106 | #define DRV_AUTHOR "<ilw@linux.intel.com>" |
107 | 107 | ||
108 | extern struct iwl_mod_params iwlagn_mod_params; | 108 | extern struct iwl_mod_params iwlagn_mod_params; |
@@ -264,11 +264,13 @@ enum iwl_pa_type { | |||
264 | * LED ON = RF ON | 264 | * LED ON = RF ON |
265 | * LED OFF = RF OFF | 265 | * LED OFF = RF OFF |
266 | * IWL_LED_BLINK: adjust led blink rate based on blink table | 266 | * IWL_LED_BLINK: adjust led blink rate based on blink table |
267 | * IWL_LED_DISABLE: led disabled | ||
267 | */ | 268 | */ |
268 | enum iwl_led_mode { | 269 | enum iwl_led_mode { |
269 | IWL_LED_DEFAULT, | 270 | IWL_LED_DEFAULT, |
270 | IWL_LED_RF_STATE, | 271 | IWL_LED_RF_STATE, |
271 | IWL_LED_BLINK, | 272 | IWL_LED_BLINK, |
273 | IWL_LED_DISABLE, | ||
272 | }; | 274 | }; |
273 | 275 | ||
274 | /** | 276 | /** |