cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

grf5101.h (696B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2#ifndef RTL8180_GRF5101_H
      3#define RTL8180_GRF5101_H
      4
      5/*
      6 * Radio tuning for GCT GRF5101 on RTL8180
      7 *
      8 * Copyright 2007 Andrea Merello <andrea.merello@gmail.com>
      9 *
     10 * Code from the BSD driver and the rtl8181 project have been
     11 * very useful to understand certain things
     12 *
     13 * I want to thanks the Authors of such projects and the Ndiswrapper
     14 * project Authors.
     15 *
     16 * A special Big Thanks also is for all people who donated me cards,
     17 * making possible the creation of the original rtl8180 driver
     18 * from which this code is derived!
     19 */
     20
     21#define GRF5101_ANTENNA 0xA3
     22
     23extern const struct rtl818x_rf_ops grf5101_rf_ops;
     24
     25#endif /* RTL8180_GRF5101_H */