Commit 6a63578d authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by John W. Linville

iwlwifi: rename double inclusion protection name in iwl-commands.h

This patch change the name of the double inclusion protection in
iwl-commands.h
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5b9f8cd3
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
* Please use iwl-dev.h for driver implementation definitions. * Please use iwl-dev.h for driver implementation definitions.
*/ */
#ifndef __iwl4965_commands_h__ #ifndef __iwl_commands_h__
#define __iwl4965_commands_h__ #define __iwl_commands_h__
enum { enum {
REPLY_ALIVE = 0x1, REPLY_ALIVE = 0x1,
...@@ -3064,4 +3064,4 @@ struct iwl_rx_packet { ...@@ -3064,4 +3064,4 @@ struct iwl_rx_packet {
#define IWL_RX_FRAME_SIZE (4 + sizeof(struct iwl4965_rx_frame)) #define IWL_RX_FRAME_SIZE (4 + sizeof(struct iwl4965_rx_frame))
#endif /* __iwl4965_commands_h__ */ #endif /* __iwl_commands_h__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment