forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Radio tuning for RTL8225 on RTL8187
34 *
....@@ -10,10 +11,6 @@
1011 * Magic delays, register offsets, and phy value tables below are
1112 * taken from the original r8187 driver sources. Thanks to Realtek
1213 * 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.
1714 */
1815
1916 #include <linux/usb.h>
....@@ -607,10 +604,6 @@
607604 0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03,
608605 0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03,
609606 0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03
610
-};
611
-
612
-static const u8 rtl8225z2_tx_power_ofdm[] = {
613
- 0x42, 0x00, 0x40, 0x00, 0x40
614607 };
615608
616609 static const u8 rtl8225z2_tx_gain_cck_ofdm[] = {