diff options
author | Zhu Yi <yi.zhu@intel.com> | 2008-12-18 21:37:30 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:59:14 -0500 |
commit | 146846aed534aa0eb1fb0a8e6c0394190e5c1ad7 (patch) | |
tree | 5ff31da868918c6d86660ab340210be0d309fdeb /drivers/net/wireless | |
parent | 5d49f498a29360592dea4693724fef242278e0d3 (diff) |
iwlwifi: add more comments to IWL_DL_xx
This adds more comments to IWL_DL_xx macros.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-debug.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index 0617965c968c..fa0eb8f20cd9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h | |||
@@ -133,30 +133,32 @@ static inline void iwl_dbgfs_unregister(struct iwl_priv *priv) | |||
133 | #define IWL_DL_MACDUMP (1 << 4) | 133 | #define IWL_DL_MACDUMP (1 << 4) |
134 | #define IWL_DL_HCMD_DUMP (1 << 5) | 134 | #define IWL_DL_HCMD_DUMP (1 << 5) |
135 | #define IWL_DL_RADIO (1 << 7) | 135 | #define IWL_DL_RADIO (1 << 7) |
136 | 136 | /* 0x00000F00 - 0x00000100 */ | |
137 | #define IWL_DL_POWER (1 << 8) | 137 | #define IWL_DL_POWER (1 << 8) |
138 | #define IWL_DL_TEMP (1 << 9) | 138 | #define IWL_DL_TEMP (1 << 9) |
139 | #define IWL_DL_NOTIF (1 << 10) | 139 | #define IWL_DL_NOTIF (1 << 10) |
140 | #define IWL_DL_SCAN (1 << 11) | 140 | #define IWL_DL_SCAN (1 << 11) |
141 | 141 | /* 0x0000F000 - 0x00001000 */ | |
142 | #define IWL_DL_ASSOC (1 << 12) | 142 | #define IWL_DL_ASSOC (1 << 12) |
143 | #define IWL_DL_DROP (1 << 13) | 143 | #define IWL_DL_DROP (1 << 13) |
144 | #define IWL_DL_TXPOWER (1 << 14) | 144 | #define IWL_DL_TXPOWER (1 << 14) |
145 | #define IWL_DL_AP (1 << 15) | 145 | #define IWL_DL_AP (1 << 15) |
146 | 146 | /* 0x000F0000 - 0x00010000 */ | |
147 | #define IWL_DL_FW (1 << 16) | 147 | #define IWL_DL_FW (1 << 16) |
148 | #define IWL_DL_RF_KILL (1 << 17) | 148 | #define IWL_DL_RF_KILL (1 << 17) |
149 | #define IWL_DL_FW_ERRORS (1 << 18) | 149 | #define IWL_DL_FW_ERRORS (1 << 18) |
150 | #define IWL_DL_LED (1 << 19) | 150 | #define IWL_DL_LED (1 << 19) |
151 | 151 | /* 0x00F00000 - 0x00100000 */ | |
152 | #define IWL_DL_RATE (1 << 20) | 152 | #define IWL_DL_RATE (1 << 20) |
153 | #define IWL_DL_CALIB (1 << 21) | 153 | #define IWL_DL_CALIB (1 << 21) |
154 | #define IWL_DL_WEP (1 << 22) | 154 | #define IWL_DL_WEP (1 << 22) |
155 | #define IWL_DL_TX (1 << 23) | 155 | #define IWL_DL_TX (1 << 23) |
156 | /* 0x0F000000 - 0x01000000 */ | ||
156 | #define IWL_DL_RX (1 << 24) | 157 | #define IWL_DL_RX (1 << 24) |
157 | #define IWL_DL_ISR (1 << 25) | 158 | #define IWL_DL_ISR (1 << 25) |
158 | #define IWL_DL_HT (1 << 26) | 159 | #define IWL_DL_HT (1 << 26) |
159 | #define IWL_DL_IO (1 << 27) | 160 | #define IWL_DL_IO (1 << 27) |
161 | /* 0xF0000000 - 0x10000000 */ | ||
160 | #define IWL_DL_11H (1 << 28) | 162 | #define IWL_DL_11H (1 << 28) |
161 | #define IWL_DL_STATS (1 << 29) | 163 | #define IWL_DL_STATS (1 << 29) |
162 | #define IWL_DL_TX_REPLY (1 << 30) | 164 | #define IWL_DL_TX_REPLY (1 << 30) |