diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 77f32ad3de0b..29d40746da6a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -2848,7 +2848,7 @@ struct statistics_rx_ht_phy { | |||
2848 | __le32 reserved2; | 2848 | __le32 reserved2; |
2849 | } __attribute__ ((packed)); | 2849 | } __attribute__ ((packed)); |
2850 | 2850 | ||
2851 | #define INTERFERENCE_DATA_AVAILABLE __constant_cpu_to_le32(1) | 2851 | #define INTERFERENCE_DATA_AVAILABLE cpu_to_le32(1) |
2852 | 2852 | ||
2853 | struct statistics_rx_non_phy { | 2853 | struct statistics_rx_non_phy { |
2854 | __le32 bogus_cts; /* CTS received when not expecting CTS */ | 2854 | __le32 bogus_cts; /* CTS received when not expecting CTS */ |