~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/iwlwifi/iwl-debug.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
2
 *
3
 
 * Copyright(c) 2003 - 2010 Intel Corporation. All rights reserved.
 
3
 * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved.
4
4
 *
5
5
 * Portions of this file are derived from the ipw3945 project.
6
6
 *
146
146
#define IWL_DL_RX               (1 << 24)
147
147
#define IWL_DL_ISR              (1 << 25)
148
148
#define IWL_DL_HT               (1 << 26)
149
 
#define IWL_DL_IO               (1 << 27)
150
149
/* 0xF0000000 - 0x10000000 */
151
150
#define IWL_DL_11H              (1 << 28)
152
151
#define IWL_DL_STATS            (1 << 29)
174
173
                IWL_DEBUG_LIMIT(p, IWL_DL_DROP, f, ## a)
175
174
#define IWL_DEBUG_AP(p, f, a...)        IWL_DEBUG(p, IWL_DL_AP, f, ## a)
176
175
#define IWL_DEBUG_TXPOWER(p, f, a...)   IWL_DEBUG(p, IWL_DL_TXPOWER, f, ## a)
177
 
#define IWL_DEBUG_IO(p, f, a...)        IWL_DEBUG(p, IWL_DL_IO, f, ## a)
178
176
#define IWL_DEBUG_RATE(p, f, a...)      IWL_DEBUG(p, IWL_DL_RATE, f, ## a)
179
177
#define IWL_DEBUG_RATE_LIMIT(p, f, a...)        \
180
178
                IWL_DEBUG_LIMIT(p, IWL_DL_RATE, f, ## a)