|
@@ -145,6 +145,7 @@ do { \
|
|
|
#define IWL_DL_HCMD 0x00000004
|
|
|
#define IWL_DL_STATE 0x00000008
|
|
|
/* 0x000000F0 - 0x00000010 */
|
|
|
+#define IWL_DL_QUOTA 0x00000010
|
|
|
#define IWL_DL_TE 0x00000020
|
|
|
#define IWL_DL_EEPROM 0x00000040
|
|
|
#define IWL_DL_RADIO 0x00000080
|
|
@@ -189,6 +190,7 @@ do { \
|
|
|
#define IWL_DEBUG_LED(p, f, a...) IWL_DEBUG(p, IWL_DL_LED, f, ## a)
|
|
|
#define IWL_DEBUG_WEP(p, f, a...) IWL_DEBUG(p, IWL_DL_WEP, f, ## a)
|
|
|
#define IWL_DEBUG_HC(p, f, a...) IWL_DEBUG(p, IWL_DL_HCMD, f, ## a)
|
|
|
+#define IWL_DEBUG_QUOTA(p, f, a...) IWL_DEBUG(p, IWL_DL_QUOTA, f, ## a)
|
|
|
#define IWL_DEBUG_TE(p, f, a...) IWL_DEBUG(p, IWL_DL_TE, f, ## a)
|
|
|
#define IWL_DEBUG_EEPROM(d, f, a...) IWL_DEBUG_DEV(d, IWL_DL_EEPROM, f, ## a)
|
|
|
#define IWL_DEBUG_CALIB(p, f, a...) IWL_DEBUG(p, IWL_DL_CALIB, f, ## a)
|