summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-08-24 11:23:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 19:01:42 +0300
commit36b010d0087aefd7d6f06a919ecd7d1511d05f57 (patch)
tree92787bdf3b65e7c3d0bc3e5b473ba616d69a0c6c
parent2e9ae71939bedb6a1d28c8756c8224eedc52096f (diff)
downloadlinux-36b010d0087aefd7d6f06a919ecd7d1511d05f57.tar.xz
staging: r8188eu: remove odm_sta_info structure
odm_sta_info structure does not used. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/include/odm.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/rtl8188eu/include/odm.h b/drivers/staging/rtl8188eu/include/odm.h
index dbebf17f36d3..21fb4225e42d 100644
--- a/drivers/staging/rtl8188eu/include/odm.h
+++ b/drivers/staging/rtl8188eu/include/odm.h
@@ -315,22 +315,6 @@ enum odm_ability {
ODM_PSD2AFH = 0x00000800
};
-/* 2011/20/20 MH For MP driver RT_WLAN_STA = struct sta_info */
-/* Please declare below ODM relative info in your STA info structure. */
-
-struct odm_sta_info {
- /* Driver Write */
- bool bUsed; /* record the sta status link or not? */
- u8 IOTPeer; /* Enum value. HT_IOT_PEER_E */
-
- /* ODM Write */
- /* 1 PHY_STATUS_INFO */
- u8 RSSI_Path[4]; /* */
- u8 RSSI_Ave;
- u8 RXEVM[4];
- u8 RXSNR[4];
-};
-
/* 2011/10/20 MH Define Common info enum for all team. */
enum odm_common_info_def {