linux/drivers/net/wireless/broadcom/b43/tables_phy_ht.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*

  Broadcom B43 wireless driver
  IEEE 802.11n HT-PHY data tables

  Copyright (c) 2011 Rafał Miłecki <[email protected]>


*/

#include "b43.h"
#include "tables_phy_ht.h"
#include "phy_common.h"
#include "phy_ht.h"

static const u16 b43_httab_0x12[] =;

static const u16 b43_httab_0x27[] =;

static const u16 b43_httab_0x26[] =;

static const u32 b43_httab_0x25[] =;

static const u32 b43_httab_0x2f[] =;

static const u16 b43_httab_0x1a[] =;

static const u16 b43_httab_0x1b[] =;

static const u16 b43_httab_0x1c[] =;

static const u32 b43_httab_0x1a_0xc0[] =;

static const u32 b43_httab_0x1a_0x140[] =;

static const u32 b43_httab_0x1b_0x140[] =;

static const u32 b43_httab_0x1c_0x140[] =;

static const u16 b43_httab_0x1a_0x1c0[] =;

static const u16 b43_httab_0x1b_0x1c0[] =;

static const u16 b43_httab_0x1c_0x1c0[] =;

static const u16 b43_httab_0x1a_0x240[] =;

static const u16 b43_httab_0x1b_0x240[] =;

static const u16 b43_httab_0x1c_0x240[] =;

static const u32 b43_httab_0x1f[] =;

static const u32 b43_httab_0x21[] =;

static const u32 b43_httab_0x23[] =;

static const u32 b43_httab_0x20[] =;

static const u32 b43_httab_0x22[] =;

static const u32 b43_httab_0x24[] =;

/* Some late-init table */
const u32 b43_httab_0x1a_0xc0_late[] =;

/**************************************************
 * R/W ops.
 **************************************************/

u32 b43_httab_read(struct b43_wldev *dev, u32 offset)
{}

void b43_httab_read_bulk(struct b43_wldev *dev, u32 offset,
			 unsigned int nr_elements, void *_data)
{}

void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value)
{}

void b43_httab_write_few(struct b43_wldev *dev, u32 offset, size_t num, ...)
{}

void b43_httab_write_bulk(struct b43_wldev *dev, u32 offset,
			  unsigned int nr_elements, const void *_data)
{}

/**************************************************
 * Tables ops.
 **************************************************/

#define httab_upload(dev, offset, data)
void b43_phy_ht_tables_init(struct b43_wldev *dev)
{}