.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Radio tuning for RTL8225 on RTL8187 |
---|
3 | 4 | * |
---|
.. | .. |
---|
10 | 11 | * Magic delays, register offsets, and phy value tables below are |
---|
11 | 12 | * taken from the original r8187 driver sources. Thanks to Realtek |
---|
12 | 13 | * for their support! |
---|
13 | | - * |
---|
14 | | - * This program is free software; you can redistribute it and/or modify |
---|
15 | | - * it under the terms of the GNU General Public License version 2 as |
---|
16 | | - * published by the Free Software Foundation. |
---|
17 | 14 | */ |
---|
18 | 15 | |
---|
19 | 16 | #include <linux/usb.h> |
---|
.. | .. |
---|
607 | 604 | 0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03, |
---|
608 | 605 | 0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03, |
---|
609 | 606 | 0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03 |
---|
610 | | -}; |
---|
611 | | - |
---|
612 | | -static const u8 rtl8225z2_tx_power_ofdm[] = { |
---|
613 | | - 0x42, 0x00, 0x40, 0x00, 0x40 |
---|
614 | 607 | }; |
---|
615 | 608 | |
---|
616 | 609 | static const u8 rtl8225z2_tx_gain_cck_ofdm[] = { |
---|