diff options
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 5ab74fc0fd10..8aade00e165a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -66,8 +66,8 @@ | |||
66 | * Please use iwl-dev.h for driver implementation definitions. | 66 | * Please use iwl-dev.h for driver implementation definitions. |
67 | */ | 67 | */ |
68 | 68 | ||
69 | #ifndef __iwl4965_commands_h__ | 69 | #ifndef __iwl_commands_h__ |
70 | #define __iwl4965_commands_h__ | 70 | #define __iwl_commands_h__ |
71 | 71 | ||
72 | enum { | 72 | enum { |
73 | REPLY_ALIVE = 0x1, | 73 | REPLY_ALIVE = 0x1, |
@@ -3064,4 +3064,4 @@ struct iwl_rx_packet { | |||
3064 | 3064 | ||
3065 | #define IWL_RX_FRAME_SIZE (4 + sizeof(struct iwl4965_rx_frame)) | 3065 | #define IWL_RX_FRAME_SIZE (4 + sizeof(struct iwl4965_rx_frame)) |
3066 | 3066 | ||
3067 | #endif /* __iwl4965_commands_h__ */ | 3067 | #endif /* __iwl_commands_h__ */ |