staging: rtl8192e: Remove files dot11d.c and dot11d.h
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Fri, 8 Dec 2023 18:20:04 +0000 (19:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Dec 2023 14:07:07 +0000 (15:07 +0100)
Remove files dot11d.c and dot11d.h as they are empty.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/ed7de82ade0fde1835bbd88aafba74aeb128beed.1701989555.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/Makefile
drivers/staging/rtl8192e/dot11d.c [deleted file]
drivers/staging/rtl8192e/dot11d.h [deleted file]
drivers/staging/rtl8192e/rtl8192e/rtl_core.h
drivers/staging/rtl8192e/rtllib_rx.c
drivers/staging/rtl8192e/rtllib_softmac.c
drivers/staging/rtl8192e/rtllib_softmac_wx.c

index 6af519938868ed0273827b22809fa62d54db2c76..a1492215dab10895ff3ec42366df36d13d18844e 100644 (file)
@@ -1,6 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
 rtllib-objs :=                 \
-       dot11d.o                \
        rtllib_module.o         \
        rtllib_rx.o             \
        rtllib_tx.o             \
diff --git a/drivers/staging/rtl8192e/dot11d.c b/drivers/staging/rtl8192e/dot11d.c
deleted file mode 100644 (file)
index ec71bae..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/******************************************************************************
- * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
- *
- * Contact Information:
- * wlanfae <wlanfae@realtek.com>
- ******************************************************************************/
-#include "dot11d.h"
diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h
deleted file mode 100644 (file)
index eeefbfa..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/******************************************************************************
- * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
- *
- * Contact Information:
- * wlanfae <wlanfae@realtek.com>
- ******************************************************************************/
-#ifndef __INC_DOT11D_H
-#define __INC_DOT11D_H
-
-#include "rtllib.h"
-
-/**
- * struct rt_dot11d_info
- * @channel_map: holds channel values
- *             0 - invalid,
- *             1 - valid (active scan),
- *             2 - valid (passive scan)
- */
-
-#endif
index 546c8a33dae8c52bd1367695297c9644128551c6..1d6d31292f4116ccf91bca461ad91b9987913952 100644 (file)
@@ -34,8 +34,6 @@
 
 #include "../rtllib.h"
 
-#include "../dot11d.h"
-
 #include "r8192E_firmware.h"
 #include "r8192E_hw.h"
 
index d9517dbc5593b474144a8cc86b4ad9d179a4a739..62d02576b441849bd0eb7c8b6a6a9281d38867c2 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/ctype.h>
 
 #include "rtllib.h"
-#include "dot11d.h"
 
 static void rtllib_rx_mgt(struct rtllib_device *ieee, struct sk_buff *skb,
                          struct rtllib_rx_stats *stats);
index 3c92eb401e8cc81941f08568342457a393ca09c3..5c89744b2bbe39d1e19cfccf5337db7b172c5176 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/uaccess.h>
 #include <linux/etherdevice.h>
 #include <linux/ieee80211.h>
-#include "dot11d.h"
 
 static void rtllib_sta_wakeup(struct rtllib_device *ieee, short nl);
 
index b48c89d2e7bf7eaa02bed6bdb491e0fedbf106bf..5d165d0b134d165b2ffea3b4577b0c10e1cad68a 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/etherdevice.h>
 
 #include "rtllib.h"
-#include "dot11d.h"
 
 int rtllib_wx_set_freq(struct rtllib_device *ieee, struct iw_request_info *a,
                             union iwreq_data *wrqu, char *b)