diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index e9bb1de0ce3f..6f3555ffe527 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -1993,7 +1993,7 @@ struct iwl4965_spectrum_notification { | |||
1993 | *****************************************************************************/ | 1993 | *****************************************************************************/ |
1994 | 1994 | ||
1995 | /** | 1995 | /** |
1996 | * struct iwl4965_powertable_cmd - Power Table Command | 1996 | * struct iwl_powertable_cmd - Power Table Command |
1997 | * @flags: See below: | 1997 | * @flags: See below: |
1998 | * | 1998 | * |
1999 | * POWER_TABLE_CMD = 0x77 (command, has simple generic response) | 1999 | * POWER_TABLE_CMD = 0x77 (command, has simple generic response) |
@@ -2027,7 +2027,7 @@ struct iwl4965_spectrum_notification { | |||
2027 | #define IWL_POWER_PCI_PM_MSK __constant_cpu_to_le16(1 << 3) | 2027 | #define IWL_POWER_PCI_PM_MSK __constant_cpu_to_le16(1 << 3) |
2028 | #define IWL_POWER_FAST_PD __constant_cpu_to_le16(1 << 4) | 2028 | #define IWL_POWER_FAST_PD __constant_cpu_to_le16(1 << 4) |
2029 | 2029 | ||
2030 | struct iwl4965_powertable_cmd { | 2030 | struct iwl_powertable_cmd { |
2031 | __le16 flags; | 2031 | __le16 flags; |
2032 | u8 keep_alive_seconds; | 2032 | u8 keep_alive_seconds; |
2033 | u8 debug_flags; | 2033 | u8 debug_flags; |