linux/drivers/net/wireless/intel/iwlegacy/4965-debug.c

// SPDX-License-Identifier: GPL-2.0-only
/******************************************************************************
*
* Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
*
* Contact Information:
*  Intel Linux Wireless <[email protected]>
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*****************************************************************************/
#include "common.h"
#include "4965.h"

static const char *fmt_value =;
static const char *fmt_table =;
static const char *fmt_header =;

static int
il4965_stats_flag(struct il_priv *il, char *buf, int bufsz)
{}

static ssize_t
il4965_ucode_rx_stats_read(struct file *file, char __user *user_buf,
			   size_t count, loff_t *ppos)
{}

static ssize_t
il4965_ucode_tx_stats_read(struct file *file, char __user *user_buf,
			   size_t count, loff_t *ppos)
{}

static ssize_t
il4965_ucode_general_stats_read(struct file *file, char __user *user_buf,
				size_t count, loff_t *ppos)
{}

const struct il_debugfs_ops il4965_debugfs_ops =;