From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 31 Jan 2024 03:29:01 +0000
Subject: [PATCH] add lvds1024*800

---
 kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c b/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
index 8ef6c2f..4efab90 100644
--- a/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
+++ b/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Radio tuning for RTL8225 on RTL8187
  *
@@ -10,10 +11,6 @@
  * Magic delays, register offsets, and phy value tables below are
  * taken from the original r8187 driver sources.  Thanks to Realtek
  * for their support!
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #include <linux/usb.h>
@@ -607,10 +604,6 @@
 	0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03,
 	0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03,
 	0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03
-};
-
-static const u8 rtl8225z2_tx_power_ofdm[] = {
-	0x42, 0x00, 0x40, 0x00, 0x40
 };
 
 static const u8 rtl8225z2_tx_gain_cck_ofdm[] = {

--
Gitblit v1.6.2