| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | #ifndef RTL8180_MAX2820_H |
|---|
| 2 | 3 | #define RTL8180_MAX2820_H |
|---|
| 3 | 4 | |
|---|
| .. | .. |
|---|
| 15 | 16 | * A special Big Thanks also is for all people who donated me cards, |
|---|
| 16 | 17 | * making possible the creation of the original rtl8180 driver |
|---|
| 17 | 18 | * from which this code is derived! |
|---|
| 18 | | - * |
|---|
| 19 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 20 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 21 | | - * published by the Free Software Foundation. |
|---|
| 22 | 19 | */ |
|---|
| 23 | 20 | |
|---|
| 24 | 21 | #define MAXIM_ANTENNA 0xb3 |
|---|