linux/drivers/net/wireless/st/cw1200/debug.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * DebugFS code for ST-Ericsson CW1200 mac80211 driver
 *
 * Copyright (c) 2011, ST-Ericsson
 * Author: Dmitry Tarnyagin <[email protected]>
 */

#ifndef CW1200_DEBUG_H_INCLUDED
#define CW1200_DEBUG_H_INCLUDED

struct cw1200_debug_priv {};

int cw1200_debug_init(struct cw1200_common *priv);
void cw1200_debug_release(struct cw1200_common *priv);

static inline void cw1200_debug_txed(struct cw1200_common *priv)
{}

static inline void cw1200_debug_txed_agg(struct cw1200_common *priv)
{}

static inline void cw1200_debug_txed_multi(struct cw1200_common *priv,
					   int count)
{}

static inline void cw1200_debug_rxed(struct cw1200_common *priv)
{}

static inline void cw1200_debug_rxed_agg(struct cw1200_common *priv)
{}

static inline void cw1200_debug_tx_cache_miss(struct cw1200_common *priv)
{}

static inline void cw1200_debug_tx_align(struct cw1200_common *priv)
{}

static inline void cw1200_debug_tx_ttl(struct cw1200_common *priv)
{}

static inline void cw1200_debug_tx_burst(struct cw1200_common *priv)
{}

static inline void cw1200_debug_ba(struct cw1200_common *priv,
				   int ba_cnt, int ba_acc,
				   int ba_cnt_rx, int ba_acc_rx)
{}

#endif /* CW1200_DEBUG_H_INCLUDED */