Go to the source code of this file.
|
#define | MAC80211_IBSS_DEBUG 0 |
|
#define | MAC80211_PS_DEBUG 0 |
|
#define | MAC80211_HT_DEBUG 0 |
|
#define | MAC80211_MPL_DEBUG 0 |
|
#define | MAC80211_MPATH_DEBUG 0 |
|
#define | MAC80211_MHWMP_DEBUG 0 |
|
#define | MAC80211_MESH_SYNC_DEBUG 0 |
|
#define | MAC80211_TDLS_DEBUG 0 |
|
#define | MAC80211_STA_DEBUG 0 |
|
#define | MAC80211_MLME_DEBUG 0 |
|
#define | _sdata_info(sdata, fmt,...) |
|
#define | _sdata_dbg(print, sdata, fmt,...) |
|
#define | _sdata_err(sdata, fmt,...) |
|
#define | _wiphy_dbg(print, wiphy, fmt,...) |
|
#define | sdata_info(sdata, fmt,...) _sdata_info(sdata, fmt, ##__VA_ARGS__) |
|
#define | sdata_err(sdata, fmt,...) _sdata_err(sdata, fmt, ##__VA_ARGS__) |
|
#define | sdata_dbg(sdata, fmt,...) _sdata_dbg(1, sdata, fmt, ##__VA_ARGS__) |
|
#define | ht_dbg(sdata, fmt,...) |
|
#define | ht_dbg_ratelimited(sdata, fmt,...) |
|
#define | ibss_dbg(sdata, fmt,...) |
|
#define | ps_dbg(sdata, fmt,...) |
|
#define | ps_dbg_hw(hw, fmt,...) |
|
#define | ps_dbg_ratelimited(sdata, fmt,...) |
|
#define | mpl_dbg(sdata, fmt,...) |
|
#define | mpath_dbg(sdata, fmt,...) |
|
#define | mhwmp_dbg(sdata, fmt,...) |
|
#define | msync_dbg(sdata, fmt,...) |
|
#define | tdls_dbg(sdata, fmt,...) |
|
#define | sta_dbg(sdata, fmt,...) |
|
#define | mlme_dbg(sdata, fmt,...) |
|
#define | mlme_dbg_ratelimited(sdata, fmt,...) |
|
#define _sdata_dbg |
( |
|
print, |
|
|
|
sdata, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| |
Value:do { \
if (print) \
} while (0)
Definition at line 87 of file debug.h.
Value:
Definition at line 94 of file debug.h.
Value:
Definition at line 81 of file debug.h.
#define _wiphy_dbg |
( |
|
print, |
|
|
|
wiphy, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| |
Value:do { \
if (print) \
wiphy_dbg((
wiphy),
fmt, ##__VA_ARGS__); \
} while (0)
Definition at line 100 of file debug.h.
#define ht_dbg_ratelimited |
( |
|
sdata, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| |
#define MAC80211_HT_DEBUG 0 |
#define MAC80211_IBSS_DEBUG 0 |
#define MAC80211_MESH_SYNC_DEBUG 0 |
#define MAC80211_MHWMP_DEBUG 0 |
#define MAC80211_MLME_DEBUG 0 |
#define MAC80211_MPATH_DEBUG 0 |
#define MAC80211_MPL_DEBUG 0 |
#define MAC80211_PS_DEBUG 0 |
#define MAC80211_STA_DEBUG 0 |
#define MAC80211_TDLS_DEBUG 0 |
#define mlme_dbg_ratelimited |
( |
|
sdata, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| |
#define ps_dbg_hw |
( |
|
hw, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| |
#define ps_dbg_ratelimited |
( |
|
sdata, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| |