diff options
author | Winkler, Tomas <tomas.winkler@intel.com> | 2008-12-17 03:52:27 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-19 15:23:32 -0500 |
commit | 34c22cf93d1446791c966c878cc691e07c39d8d3 (patch) | |
tree | 58cafcb2363b019b17e5b86670a661b24ba4b118 /drivers/net/wireless/iwlwifi/iwl-commands.h | |
parent | 135541215ca87ff00c269e65bcaef0bdcb99aab9 (diff) |
iwlwifi: cleanup iwl-dev.h
The patch removes unused definition and moves code to proper places.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 60e79d9bd725..52966ffbef6e 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -2418,6 +2418,8 @@ struct statistics_rx_ht_phy { | |||
2418 | __le32 reserved2; | 2418 | __le32 reserved2; |
2419 | } __attribute__ ((packed)); | 2419 | } __attribute__ ((packed)); |
2420 | 2420 | ||
2421 | #define INTERFERENCE_DATA_AVAILABLE __constant_cpu_to_le32(1) | ||
2422 | |||
2421 | struct statistics_rx_non_phy { | 2423 | struct statistics_rx_non_phy { |
2422 | __le32 bogus_cts; /* CTS received when not expecting CTS */ | 2424 | __le32 bogus_cts; /* CTS received when not expecting CTS */ |
2423 | __le32 bogus_ack; /* ACK received when not expecting ACK */ | 2425 | __le32 bogus_ack; /* ACK received when not expecting ACK */ |